{
  "host": "arunachalpradesh.gov.in",
  "category": "state",
  "url": "https://arunachalpradesh.gov.in/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://arunachalpradesh.gov.in/",
      "violations": [
        {
          "id": "heading-order",
          "impact": "moderate",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/heading-order?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "a[target=\"_blank\"]:nth-child(1) > .official-card > h4",
              "html": "<h4 class=\"official-name\">Lt. General Kaiwalya Trivikram Parnaik (Retd.)</h4>"
            },
            {
              "target": ".footer-widget:nth-child(1) > h5",
              "html": "<h5 class=\"widget-title\">Help!</h5>"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".menuzord-brand",
              "html": "<a class=\"menuzord-brand pull-left flip\" href=\"index.php\">\n              <img src=\"images/logo.png\" alt=\"\">\n            </a>"
            }
          ]
        },
        {
          "id": "region",
          "impact": "moderate",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/region?application=playwright",
          "nodes": 23,
          "samples": [
            {
              "target": "#preloader",
              "html": "<div id=\"preloader\">\n  <div id=\"spinner\">\n    <img alt=\"\" src=\"images/preloaders/5.gif\">\n  </div>\n  <div id=\"disable-preloader\" class=\"btn btn-default btn-sm\">Disable Preloader</div>\n</div>"
            },
            {
              "target": ".floating-elements",
              "html": "<div class=\"floating-elements\">\n        <div class=\"floating-element\">🏔️</div>\n        <div class=\"floating-element\">🌸</div>\n        <div class=\"floating-element\">🦅</div>\n    </div>"
            },
            {
              "target": ".main-section > .container:nth-child(1)",
              "html": "<div class=\"container\">"
            }
          ]
        },
        {
          "id": "scrollable-region-focusable",
          "impact": "serious",
          "help": "Scrollable region must have keyboard access",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/scrollable-region-focusable?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".content-box:nth-child(2) > .content-body",
              "html": "<div class=\"content-body\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}