{
  "runId": "valtioneuvosto-fi--2026-04-13T05-02-30-724Z--finland-weekly-desktop-light-chromium",
  "startedAt": "2026-04-13T05:02:30.723Z",
  "finishedAt": "2026-04-13T05:02:33.629Z",
  "toolVersion": "1.0.0",
  "mode": "ci",
  "config": {
    "maxPages": 100,
    "timeout": 30000,
    "concurrency": 2,
    "mode": "list",
    "baseUrl": "https://valtioneuvosto.fi/en",
    "viewport": "desktop",
    "colorScheme": "light",
    "sitemapSample": {
      "strategy": "shuffle",
      "seed": "finland-weekly",
      "size": 100
    },
    "crawlFallback": {
      "enabled": true,
      "used": false
    },
    "browser": "chromium",
    "label": "finland-weekly-desktop-light-chromium"
  },
  "targets": [
    "https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet/9-europeiska-unionen-mot-strategisk-konkurrenskraft",
    "https://valtioneuvosto.fi/sv/statsradets-forskningsverksamhet"
  ],
  "resultsByUrl": {
    "https://valtioneuvosto.fi/sv/statsradets-forskningsverksamhet": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 429",
      "finalUrl": "https://valtioneuvosto.fi/sv/statsradets-forskningsverksamhet",
      "originalUrl": "https://valtioneuvosto.fi/sv/statsradets-forskningsverksamhet",
      "status": 429,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet/9-europeiska-unionen-mot-strategisk-konkurrenskraft": {
      "title": "9 Europeiska unionen: mot strategisk konkurrenskraft - Statsrådet",
      "violations": [
        {
          "id": "aria-dialog-name",
          "impact": "serious",
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute does not exist or is empty"
                },
                {
                  "id": "aria-labelledby",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                },
                {
                  "id": "non-empty-title",
                  "data": {
                    "messageKey": "noAttr"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has no title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ],
              "failureSummary": "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"
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order invalid"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Pressmeddelanden</h3>",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ],
              "failureSummary": "Fix any of the following:\n  Heading order invalid"
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is contained in another landmark."
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ],
              "failureSummary": "Fix any of the following:\n  The main landmark is contained in another landmark."
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  Document has more than one main landmark"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministry-menu\" role=\"menu\">",
              "target": [
                ".ministry-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"vn\" role=\"none\">",
              "target": [
                ".vn"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"vnsite\" href=\"https://valtioneuvosto.fi/sv\" target=\"_blank\" role=\"menuitem\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span> <span class=\"text\"> Statsrådet </span> </a>",
              "target": [
                ".vnsite"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministries\" role=\"none\">",
              "target": [
                ".ministries"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://vnk.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Statsrådets kansli </span> </a></li>",
              "target": [
                ".ministries > li[role=\"none\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://vnk.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Statsrådets kansli </span> </a>",
              "target": [
                "a[href=\"https://vnk.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://defmin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Försvars­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://defmin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Försvars­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://defmin.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://lvm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Kommunikations­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://lvm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Kommunikations­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://lvm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://um.fi/forsta-sidan\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Utrikes­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://um.fi/forsta-sidan\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Utrikes­ministeriet </span> </a>",
              "target": [
                "a[href$=\"forsta-sidan\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://finansministeriet.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Finans­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://finansministeriet.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Finans­ministeriet </span> </a>",
              "target": [
                "a[href$=\"finansministeriet.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://www.tem.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Arbets- och närings­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.tem.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Arbets- och närings­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://www.tem.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://oikeusministerio.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Justitie­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://oikeusministerio.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Justitie­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://oikeusministerio.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://okm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Under­visnings- och kultur­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://okm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Under­visnings- och kultur­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://okm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://stm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Social- och hälsovårds­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://stm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Social- och hälsovårds­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://stm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://intermin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Inrikes­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://intermin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Inrikes­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://intermin.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://mmm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Jord- och skogs­bruks­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://mmm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Jord- och skogs­bruks­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://mmm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://ym.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Miljö­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://ym.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Miljö­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://ym.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" role=\"presentation\" height=\"25\">",
              "target": [
                "img[height=\"25\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon-arrow-up\"></span>",
              "target": [
                ".icon-arrow-up"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"chrome controls-visible yui3-skin-sam signed-out public-page site eu\" itemscope=\"\" itemtype=\"http://schema.org/WebPage\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span>",
              "target": [
                ".vnsite > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span>",
              "target": [
                "a[href=\"https://vnk.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span>",
              "target": [
                "a[href=\"https://defmin.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span>",
              "target": [
                "a[href=\"https://lvm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span>",
              "target": [
                "a[href$=\"forsta-sidan\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span>",
              "target": [
                "a[href$=\"finansministeriet.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span>",
              "target": [
                "a[href=\"https://www.tem.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span>",
              "target": [
                "a[href=\"https://oikeusministerio.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span>",
              "target": [
                "a[href=\"https://okm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span>",
              "target": [
                "a[href=\"https://stm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span>",
              "target": [
                "a[href=\"https://intermin.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span>",
              "target": [
                "a[href=\"https://mmm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span>",
              "target": [
                "a[href=\"https://ym.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"globeWrapper\" aria-hidden=\"true\"> <img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" role=\"presentation\" height=\"25\"> </span>",
              "target": [
                ".globeWrapper"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span aria-hidden=\"true\"> Svenska </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"icon-home\" aria-hidden=\"true\"></span>",
              "target": [
                ".icon-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\">",
              "target": [
                ".loader__container > img"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<form action=\"#\" aria-hidden=\"true\" class=\"hide\" id=\"hrefFm\" method=\"post\" name=\"hrefFm\"> \n     <span></span> \n     <button hidden=\"\" type=\"submit\">Gömd</button> \n    </form>",
              "target": [
                "#hrefFm"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1><u>9 Europeiska unionen: mot strategisk konkurrenskraft</u></h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Pressmeddelanden</h3>",
                      "target": [
                        "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
                      ]
                    },
                    {
                      "html": "<h4 class=\"feed-item__heading\">",
                      "target": [
                        ".feed-item.simple:nth-child(1) > .feed-item__heading"
                      ]
                    },
                    {
                      "html": "<h4 class=\"feed-item__heading\">",
                      "target": [
                        ".feed-item.simple:nth-child(2) > .feed-item__heading"
                      ]
                    },
                    {
                      "html": "<h4 class=\"feed-item__heading\">",
                      "target": [
                        ".feed-item.simple:nth-child(3) > .feed-item__heading"
                      ]
                    },
                    {
                      "html": "<h3 class=\"heading-element\">Läs mer</h3>",
                      "target": [
                        ".heading-element"
                      ]
                    },
                    {
                      "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a></h4>",
                      "target": [
                        ".vn-card__col:nth-child(1) > h4"
                      ]
                    },
                    {
                      "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a></h4>",
                      "target": [
                        ".vn-card__col:nth-child(2) > h4"
                      ]
                    },
                    {
                      "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Projekt med anknytning till temat</h3>",
                      "target": [
                        "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
                      ]
                    },
                    {
                      "html": "<h3 class=\"title\">Statsrådet</h3>",
                      "target": [
                        ".contact-info > .title"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "hidden"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is hidden"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-1\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/regeringsprogrammet\">Regeringsprogrammet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministrarnas-arbetsfordelning-och-stallforetradare\">Ministrarnas arbetsfördelning och ställföreträdare</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministerutskotten-och-ministerarbetsgrupper\">Ministerutskotten och ministerarbetsgrupper</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/arvoden-och-bindningar\">Ministrarnas arvoden och bindningar</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/regeringar\"> Orpos regering </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\"> Uppföljning av regeringsprogrammet </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "34.5pt (46px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u>9 Europeiska unionen: mot strategisk konkurrenskraft</u>",
              "target": [
                "u"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Finland har som mål att Europeiska unionen ska vara globalt stark och handlingskraftig och att unionen ska arbeta för medlemsstaternas och medborgarnas säkerhet, välbefinnande och ekonomiska intressen.</p>",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Pressmeddelanden</h3>",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a title=\"Åtta EU-länders ledare i Helsingfors: Länderna på östra flanken försvarar hela Europa\" href=\"/sv/-/atta-eu-landers-ledare-i-helsingfors-landerna-pa-ostra-flanken-forsvarar-hela-europa\">Åtta EU-länders ledare i Helsingfors: Länderna på östra flanken försvarar hela Europa</a>",
              "target": [
                ".feed-item.simple:nth-child(1) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">16.12.2025 15.20</span>",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#d8def1",
                    "contrastRatio": 15.63,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label\">Pressmeddelande</span>",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta > .label"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#d8def1",
                    "contrastRatio": 15.63,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"yja-tag\">SRK</span>",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta > .yja-category-group > .yja-tag"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a title=\"Statsminister Orpo b...\" href=\"/sv/-/statsminister-...\">",
              "target": [
                ".feed-item.simple:nth-child(2) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">17.10.2025 14.37</span>",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#d8def1",
                    "contrastRatio": 15.63,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label\">Pressmeddelande</span>",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta > .label"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#d8def1",
                    "contrastRatio": 15.63,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"yja-tag\">SRK</span>",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta > .yja-category-group > .yja-tag"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a title=\"Finland kräver återhållsamhet i EU-budgeten – Finland stöder inriktningen på försvar, konkurrenskraft och Ukraina\" href=\"/sv/-/finland-kraver-aterhallsamhet-i-eu-budgeten-finland-stoder-inriktningen-pa-forsvar-konkurrenskraft-och-ukraina\">",
              "target": [
                ".feed-item.simple:nth-child(3) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">16.7.2025 19.44</span>",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#d8def1",
                    "contrastRatio": 15.63,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label\">Pressmeddelande</span>",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta > .label"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#d8def1",
                    "contrastRatio": 15.63,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"yja-tag\">SRK</span>",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta > .yja-category-group > .yja-tag"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"arrow-link\" href=\"/sv/regeringar/uppfoljning-av-regeringsprogrammet/pressmeddelanden\" rel=\"noopener noreferrer\">Flera pressmeddelanden</a>",
              "target": [
                ".arrow-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mer</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a>",
              "target": [
                ".vn-card__col:nth-child(1) > h4 > .link--card.arrow-indicator"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a>",
              "target": [
                ".vn-card__col:nth-child(2) > h4 > .link--card.arrow-indicator"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Projekt med anknytning till temat</h3>",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmansgatan 1 A, Helsingfors</p>",
              "target": [
                ".contact-info > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PB 23, 00023 Statsrådet</p>",
              "target": [
                ".contact-info > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Tfn 0295 16001</p>",
              "target": [
                ".contact-info > p:nth-child(4)"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministry-listing",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top-curtain\" id=\"ministry-listing\" aria-expanded=\"false\">",
              "target": [
                "#ministry-listing"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "lan-selection-view",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "yjaScrollToTopText",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"yjaScrollToTopText\">Tillbaka till toppen</span>",
              "target": [
                "#yjaScrollToTopText"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1><u>9 Europeiska unionen: mot strategisk konkurrenskraft</u></h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Pressmeddelanden</h3>",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(1) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(2) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(3) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mer</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a></h4>",
              "target": [
                ".vn-card__col:nth-child(1) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a></h4>",
              "target": [
                ".vn-card__col:nth-child(2) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Projekt med anknytning till temat</h3>",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info > .title"
              ]
            }
          ]
        },
        {
          "id": "form-field-multiple-labels",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag332",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.3.3.2",
            "RGAAv4",
            "RGAA-11.2.1"
          ],
          "description": "Ensure form field does not have multiple label elements",
          "help": "Form field must not have multiple label elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/form-field-multiple-labels?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > h1:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > h4:nth-child(1)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > h4:nth-child(1)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > h4:nth-child(1)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div > div > div:nth-child(1) > div > h3"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(1) > h4"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(2) > h4"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(4) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(7) > div:nth-child(2) > div > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1><u>9 Europeiska unionen: mot strategisk konkurrenskraft</u></h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(1) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(2) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(3) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mer</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a></h4>",
              "target": [
                ".vn-card__col:nth-child(1) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a></h4>",
              "target": [
                ".vn-card__col:nth-child(2) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Projekt med anknytning till temat</h3>",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info > .title"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            }
          ]
        },
        {
          "id": "label-title-only",
          "impact": null,
          "tags": [
            "cat.forms",
            "best-practice"
          ],
          "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
          "help": "Form elements should have a visible label",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "label",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.n",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.1.1"
          ],
          "description": "Ensure every form element has a label",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "non-empty-placeholder",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a placeholder attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "undermeny"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "länkstig"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag244",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.2.4.4",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-6.2.1"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hoppa till innehåll</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/sv\" title=\"Gå till Statsrådet\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" alt=\"Statsrådet\"> </a>",
              "target": [
                ".col-md-8.col-sm-12.heading-logo > .logo.default-logo[href=\"/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/regeringsprogrammet\">Regeringsprogrammet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministrarnas-arbetsfordelning-och-stallforetradare\">Ministrarnas arbetsfördelning och ställföreträdare</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministerutskotten-och-ministerarbetsgrupper\">Ministerutskotten och ministerarbetsgrupper</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/arvoden-och-bindningar\">Ministrarnas arvoden och bindningar</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/regeringar\"> Orpos regering </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\"> Uppföljning av regeringsprogrammet </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a title=\"Åtta EU-länders ledare i Helsingfors: Länderna på östra flanken försvarar hela Europa\" href=\"/sv/-/atta-eu-landers-ledare-i-helsingfors-landerna-pa-ostra-flanken-forsvarar-hela-europa\">Åtta EU-länders ledare i Helsingfors: Länderna på östra flanken försvarar hela Europa</a>",
              "target": [
                ".feed-item.simple:nth-child(1) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a title=\"Statsminister Orpo b...\" href=\"/sv/-/statsminister-...\">",
              "target": [
                ".feed-item.simple:nth-child(2) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a title=\"Finland kräver återhållsamhet i EU-budgeten – Finland stöder inriktningen på försvar, konkurrenskraft och Ukraina\" href=\"/sv/-/finland-kraver-aterhallsamhet-i-eu-budgeten-finland-stoder-inriktningen-pa-forsvar-konkurrenskraft-och-ukraina\">",
              "target": [
                ".feed-item.simple:nth-child(3) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"arrow-link\" href=\"/sv/regeringar/uppfoljning-av-regeringsprogrammet/pressmeddelanden\" rel=\"noopener noreferrer\">Flera pressmeddelanden</a>",
              "target": [
                ".arrow-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a>",
              "target": [
                ".vn-card__col:nth-child(1) > h4 > .link--card.arrow-indicator"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a>",
              "target": [
                ".vn-card__col:nth-child(2) > h4 > .link--card.arrow-indicator"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet x</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet instagram</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"instagram\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet youtube</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"youtube\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet facebook</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/regeringsprogrammet\">Regeringsprogrammet</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected\"><a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a></li>",
              "target": [
                ".level-2.layouts > .selected.lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministrarnas-arbetsfordelning-och-stallforetradare\">Ministrarnas arbetsfördelning och ställföreträdare</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministerutskotten-och-ministerarbetsgrupper\">Ministerutskotten och ministerarbetsgrupper</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/arvoden-och-bindningar\">Ministrarnas arvoden och bindningar</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/regeringar\"> Orpos regering </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\"> Uppföljning av regeringsprogrammet </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1><u>9 Europeiska unionen: mot strategisk konkurrenskraft</u></h1>",
                      "target": [
                        "h1"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hoppa till innehåll</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section> \n  </section>",
              "target": [
                "body > section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"media-bar\">",
              "target": [
                ".media-bar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"remove-bottom\">",
              "target": [
                ".remove-bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span>",
              "target": [
                ".sr-only-md"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-down\"></i>",
              "target": [
                ".vn-home > i"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"toggleLanSelectionViewWrapper\" id=\"languageSelectionWrapper\">",
              "target": [
                "#languageSelectionWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\"> Välj språk </span>",
              "target": [
                ".toggleLanSelectionView > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-right\"></i>",
              "target": [
                ".icon-caret-right"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container heading px-0\">",
              "target": [
                ".heading"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex row mx-0\">",
              "target": [
                ".mx-0.d-flex.row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-8 col-sm-12 px-0 heading-logo\">",
              "target": [
                ".col-md-8.col-sm-12.heading-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/sv\" title=\"Gå till Statsrådet\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" alt=\"Statsrådet\"> </a>",
              "target": [
                ".col-md-8.col-sm-12.heading-logo > .logo.default-logo[href=\"/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=chrome&amp;languageId=sv_SE&amp;t=1775575320000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-4 col-sm-12 px-0 heading-search\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"header-search-wrapper d-flex justify-content-end\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<form class=\"top-search-form-static inline-form search-form\" action=\"            /sok?q=\" method=\"get\" name=\"_header_top_search_form\" onsubmit=\"YjaSearcher.submitSearchForm('#search-field');return false;\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"sr-only\" for=\"search-field\">Nyckelord</label>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > label"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\"> \n          <a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a> \n         </div>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"content\">",
              "target": [
                "#content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row\">",
              "target": [
                "#main-content > .row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-3\">",
              "target": [
                ".col-md-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-0\">",
              "target": [
                "#column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-0\">",
              "target": [
                "#layout-column_column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2\" name=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2 > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n             <div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div> \n            </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2 > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2 > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n              </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2 > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2 > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_AhQpKso6Q7X2 > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-menu\">",
              "target": [
                ".list-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button></span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Aktuellt</span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a><button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button></span>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\" aria-current=\"true\">Orpos regering</a>",
              "target": [
                ".buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Orpos regering</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Stäng undermenyn, Orpos regering</span>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/regeringsprogrammet\">Regeringsprogrammet</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/regeringsprogrammet\">Regeringsprogrammet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected\"><a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a></li>",
              "target": [
                ".level-2.layouts > .selected.lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\" aria-current=\"true\">Uppföljning av regeringsprogrammet</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministrarnas-arbetsfordelning-och-stallforetradare\">Ministrarnas arbetsfördelning och ställföreträdare</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministrarnas-arbetsfordelning-och-stallforetradare\">Ministrarnas arbetsfördelning och ställföreträdare</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministerutskotten-och-ministerarbetsgrupper\">Ministerutskotten och ministerarbetsgrupper</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/ministerutskotten-och-ministerarbetsgrupper\">Ministerutskotten och ministerarbetsgrupper</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/arvoden-och-bindningar\">Ministrarnas arvoden och bindningar</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar/arvoden-och-bindningar\">Ministrarnas arvoden och bindningar</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\">Statsrådet</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button></span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Statsrådet</span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-9\">",
              "target": [
                "#main-content > .row > .col-md-9"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"content-main\"></span>",
              "target": [
                "#content-main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row portlet-column-content\">",
              "target": [
                ".portlet-layout.portlet-column-content.row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-12\">",
              "target": [
                ".portlet-layout.portlet-column-content.row > .col-md-12"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".col-md-12 > .portlet-layout.row:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-1\">",
              "target": [
                "#column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-1\">",
              "target": [
                "#layout-column_column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F\" name=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n                <div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div> \n               </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_ld9br10F5U3F_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/regeringar\"> Orpos regering </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/regeringar\"> Orpos regering </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\"> Uppföljning av regeringsprogrammet </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet\"> Uppföljning av regeringsprogrammet </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">9 Europeiska unionen: mot strategisk konkurrenskraft</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".col-md-12 > .portlet-layout.row:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-2\">",
              "target": [
                "#column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-2\">",
              "target": [
                "#layout-column_column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_UU2qwFNoqkrV > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-208505398\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-208505398\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"208505396\" data-analytics-asset-title=\"9 Europeiska unionen: mot strategisk konkurrenskraft\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1><u>9 Europeiska unionen: mot strategisk konkurrenskraft</u></h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u>9 Europeiska unionen: mot strategisk konkurrenskraft</u>",
              "target": [
                "u"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Finland har som mål att Europeiska unionen ska vara globalt stark och handlingskraftig och att unionen ska arbeta för medlemsstaternas och medborgarnas säkerhet, välbefinnande och ekonomiska intressen.</p>",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n                   </div>",
              "target": [
                "div[data-analytics-asset-id=\"208505396\"] > .yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_  portlet-static portlet-static-end portlet-barebone portlet-nested-portlets \" id=\"p_p_id_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn_\">",
              "target": [
                "#p_p_id_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn\"></span>",
              "target": [
                "#p_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn\">",
              "target": [
                "#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn\" name=\"aineisto-com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n                <div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div> \n               </div>",
              "target": [
                "#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                "#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"columns-2\" id=\"_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__main-content\">",
              "target": [
                "#_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                "#_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__main-content > .portlet-layout.row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-8 portlet-column portlet-column-first\" id=\"_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-1\">",
              "target": [
                "#_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content portlet-column-content-first\" id=\"layout-column__com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-1\">",
              "target": [
                "#layout-column__com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_a...\">",
              "target": [
                "#p_p_id_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7\"></span>",
              "target": [
                "#p_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7\">",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-Pressmeddelanden\" name=\"aineisto-Pressmeddelanden\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-Pressmeddelanden"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header  use-custom-title \">",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-expand\"> \n                          <h3 class=\"hed-section portlet-title portlet-title-text\">Pressmeddelanden</h3> \n                         </div>",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Pressmeddelanden</h3>",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                          <div class=\"autofit-section\"> \n                          </div> \n                         </div>",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                          </div>",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_QZSaUOPytxf7 > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"feed-item simple\">",
              "target": [
                ".feed-item.simple:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(1) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a title=\"Åtta EU-länders ledare i Helsingfors: Länderna på östra flanken försvarar hela Europa\" href=\"/sv/-/atta-eu-landers-ledare-i-helsingfors-landerna-pa-ostra-flanken-forsvarar-hela-europa\">Åtta EU-länders ledare i Helsingfors: Länderna på östra flanken försvarar hela Europa</a>",
              "target": [
                ".feed-item.simple:nth-child(1) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"meta\">",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">16.12.2025 15.20</span>",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label\">Pressmeddelande</span>",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta > .label"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-category-group\"> \n                             <span class=\"yja-tag\">SRK</span> \n                            </div>",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta > .yja-category-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"yja-tag\">SRK</span>",
              "target": [
                ".feed-item.simple:nth-child(1) > .meta > .yja-category-group > .yja-tag"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"feed-item simple\">",
              "target": [
                ".feed-item.simple:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(2) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a title=\"Statsminister Orpo b...\" href=\"/sv/-/statsminister-...\">",
              "target": [
                ".feed-item.simple:nth-child(2) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"meta\">",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">17.10.2025 14.37</span>",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label\">Pressmeddelande</span>",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta > .label"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-category-group\"> \n                             <span class=\"yja-tag\">SRK</span> \n                            </div>",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta > .yja-category-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"yja-tag\">SRK</span>",
              "target": [
                ".feed-item.simple:nth-child(2) > .meta > .yja-category-group > .yja-tag"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"feed-item simple\">",
              "target": [
                ".feed-item.simple:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 class=\"feed-item__heading\">",
              "target": [
                ".feed-item.simple:nth-child(3) > .feed-item__heading"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a title=\"Finland kräver återhållsamhet i EU-budgeten – Finland stöder inriktningen på försvar, konkurrenskraft och Ukraina\" href=\"/sv/-/finland-kraver-aterhallsamhet-i-eu-budgeten-finland-stoder-inriktningen-pa-forsvar-konkurrenskraft-och-ukraina\">",
              "target": [
                ".feed-item.simple:nth-child(3) > .feed-item__heading > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"meta\">",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">16.7.2025 19.44</span>",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label\">Pressmeddelande</span>",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta > .label"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-category-group\"> \n                             <span class=\"yja-tag\">SRK</span> \n                            </div>",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta > .yja-category-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"yja-tag\">SRK</span>",
              "target": [
                ".feed-item.simple:nth-child(3) > .meta > .yja-category-group > .yja-tag"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_j...\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                          <div class=\"autofit-section\"> \n                           <div class=\"visible-interaction\"> \n                           </div> \n                          </div> \n                         </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                           <div class=\"visible-interaction\"> \n                           </div> \n                          </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_HkYj9UvWQ9Kz > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-209807846\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-209807846\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"209807844\" data-analytics-asset-title=\"Kaikki tiedotteet | Listauksen linkki Duplicera 1\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"209807844\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p><a class=\"arrow-link\" href=\"/sv/regeringar/uppfoljning-av-regeringsprogrammet/pressmeddelanden\" rel=\"noopener noreferrer\">Flera pressmeddelanden</a></p>",
              "target": [
                "div[data-analytics-asset-id=\"209807844\"] > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"arrow-link\" href=\"/sv/regeringar/uppfoljning-av-regeringsprogrammet/pressmeddelanden\" rel=\"noopener noreferrer\">Flera pressmeddelanden</a>",
              "target": [
                ".arrow-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n                            </div>",
              "target": [
                "div[data-analytics-asset-id=\"209807844\"] > .yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-4 portlet-column portlet-column-last\" id=\"_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-2\">",
              "target": [
                "#_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content portlet-column-content-last\" id=\"layout-column__com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-2\">",
              "target": [
                "#layout-column__com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_Kl6tmswJhStn__column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                          <div class=\"autofit-section\"> \n                           <div class=\"visible-interaction\"> \n                           </div> \n                          </div> \n                         </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                           <div class=\"visible-interaction\"> \n                           </div> \n                          </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_17RMnhQVH0JV > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-208527174\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-208527174\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"208527172\" data-analytics-asset-title=\"9 Euroopan unioni: kohti strategista kilpailukykyä  - katso myös\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"208527172\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-card vn-card--blue\">",
              "target": [
                ".vn-card"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-links-card__body row mx-0 narrow blue\">",
              "target": [
                ".vn-links-card__body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"heading__area\"> \n                               <div class=\"card__header\"> \n                                <h3 class=\"heading-element\">Läs mer</h3> \n                               </div> \n                              </div>",
              "target": [
                ".heading__area"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"card__header\"> \n                                <h3 class=\"heading-element\">Läs mer</h3> \n                               </div>",
              "target": [
                ".card__header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mer</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"content--links\">",
              "target": [
                ".content--links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-card__col \"> \n                                <h4><a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a></h4> \n                               </div>",
              "target": [
                ".vn-card__col:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a></h4>",
              "target": [
                ".vn-card__col:nth-child(1) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card arrow-indicator\" href=\"/sv/regeringar/regeringsprogrammet#/9/0\"> Regeringsprogram | Europeiska unionen: mot strategisk konkurrenskraft </a>",
              "target": [
                ".vn-card__col:nth-child(1) > h4 > .link--card.arrow-indicator"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-card__col \"> \n                                <h4><a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a></h4> \n                               </div>",
              "target": [
                ".vn-card__col:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a></h4>",
              "target": [
                ".vn-card__col:nth-child(2) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card arrow-indicator\" href=\"/sv/beslut/regeringens-lagstiftningsprogram\"> Lagstiftningsprogram och lagstiftningsplan </a>",
              "target": [
                ".vn-card__col:nth-child(2) > h4 > .link--card.arrow-indicator"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-3\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-3\"></div> \n          </div>",
              "target": [
                "#column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-3\"></div>",
              "target": [
                "#layout-column_column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-4\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-4\"></div> \n          </div>",
              "target": [
                "#column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-4\"></div>",
              "target": [
                "#layout-column_column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-5\">",
              "target": [
                "#column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\">",
              "target": [
                "#layout-column_column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_  portlet-static portlet-static-end portlet-barebone  vn-list\" id=\"p_p_id_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p_\">",
              "target": [
                "#p_p_id_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p\"></span>",
              "target": [
                "#p_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p\">",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-Projektmedanknytningtilltemat\" name=\"aineisto-Projektmedanknytningtilltemat\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-Projektmedanknytningtilltemat"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header  use-custom-title \">",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-expand\"> \n                 <h3 class=\"hed-section portlet-title portlet-title-text\">Projekt med anknytning till temat</h3> \n                </div>",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Projekt med anknytning till temat</h3>",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-expand.autofit-col > .hed-section.portlet-title.portlet-title-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .use-custom-title.autofit-float.autofit-row > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_fi_yja_generic_portlet_genericapp_web_GenericApplicationPortlet_INSTANCE_SefQi0xshz3p > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<liferay-frontend:defineobjects>",
              "target": [
                "liferay-frontend\\:defineobjects"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"app_container yja-ge...\" data-json-api=\"/o/yja-generic-portl...\" data-image-path=\"/o/yja-generic/image...\" data-configuration=\"false\" data-locale=\"sv\" data-language=\"sv_SE\" data-configuration-j...=\"{\"hallitusUuid\":\"7a8...\">",
              "target": [
                ".app_container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vue_mount--project\" data-v-app=\"\">",
              "target": [
                ".vue_mount--project"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr\">",
              "target": [
                ".v-application"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"v-application__wrap\">",
              "target": [
                ".v-application__wrap"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-hankeikkuna-government-projects\">",
              "target": [
                ".portlet-hankeikkuna-government-projects"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"v-container v-locale--is-ltr\"><div><div><div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div></div></div></div>",
              "target": [
                ".v-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div><div><div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div></div></div>",
              "target": [
                ".v-container > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div><div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div></div>",
              "target": [
                ".v-container > div > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"loader__container\" role=\"alertdialog\" aria-busy=\"true\" aria-live=\"assertive\"><img src=\"/o/yja-generic/images//loader.svg\" aria-hidden=\"true\"><span class=\"sr-only\">Innehållet laddas upp på sidan...</span></div>",
              "target": [
                ".loader__container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Innehållet laddas upp på sidan...</span>",
              "target": [
                ".loader__container > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n        <div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div> \n       </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_210084716_rs > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-200293264\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-200293264\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"200293262\" data-analytics-asset-title=\"Askem-painikkeet | Valtioneuvosto.fi\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"200293262\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n           </div>",
              "target": [
                "div[data-analytics-asset-id=\"200293262\"] > .yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top\">",
              "target": [
                ".top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bottom\">",
              "target": [
                ".bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container\">",
              "target": [
                ".bottom > .container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row align-content-end\">",
              "target": [
                ".align-content-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-info col-md-5\"> \n       <h3 class=\"title\">Statsrådet</h3> \n       <p>Snellmansgatan 1 A, Helsingfors</p> \n       <p>PB 23, 00023 Statsrådet</p> \n       <p>Tfn 0295 16001</p> \n      </div>",
              "target": [
                ".contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmansgatan 1 A, Helsingfors</p>",
              "target": [
                ".contact-info > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PB 23, 00023 Statsrådet</p>",
              "target": [
                ".contact-info > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Tfn 0295 16001</p>",
              "target": [
                ".contact-info > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"social-media col-md-5\">",
              "target": [
                ".social-media"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet x</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet x</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"x\"></span>",
              "target": [
                ".x"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet instagram</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"instagram\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet instagram</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"instagram\"></span>",
              "target": [
                ".instagram"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet youtube</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"youtube\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet youtube</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"youtube\"></span>",
              "target": [
                ".youtube"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet facebook</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet facebook</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"facebook\"></span>",
              "target": [
                ".facebook"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"site-links col-md-4\">",
              "target": [
                ".site-links"
              ]
            }
          ]
        },
        {
          "id": "scrollable-region-focusable",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag211",
            "wcag213",
            "TTv5",
            "TT4.a",
            "EN-301-549",
            "EN-9.2.1.1",
            "EN-9.2.1.3",
            "RGAAv4",
            "RGAA-7.3.2"
          ],
          "description": "Ensure elements that have scrollable content are accessible by keyboard",
          "help": "Scrollable region must have keyboard access",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/scrollable-region-focusable?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element contains focusable elements"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
                      "target": [
                        ".vn-home"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span>",
              "target": [
                ".sr-only-md"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span aria-hidden=\"true\"> Svenska </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet/9-europeiska-unionen-mot-strategisk-konkurrenskraft",
      "originalUrl": "https://valtioneuvosto.fi/sv/regeringar/uppfoljning-av-regeringsprogrammet/9-europeiska-unionen-mot-strategisk-konkurrenskraft",
      "status": 200,
      "contentType": "text/html;charset=UTF-8",
      "sources": []
    }
  }
}