{
  "host": "jharkhand.gov.in",
  "category": "state",
  "url": "https://jharkhand.gov.in/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://jharkhand.gov.in/",
      "violations": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
          "nodes": 6,
          "samples": [
            {
              "target": ".leftMarquee",
              "html": "<div class=\"leftMarquee darkMode\">IMPORTANT</div>"
            },
            {
              "target": ".rightMarquee > marquee[scrollamount=\"3\"][onmouseout=\"this.start();\"][onmouseover=\"this.stop();\"] > p > a[target=\"_blank\"]:nth-child(2)",
              "html": "<a target=\"_blank\" style=\"cursor:pointer;color:indianred\" href=\"https://jharkhand.gov.in/PDepartment/ViewDoc?id=D016DO002SD00205072026052600249\"> Draft Jharkhand Artificial Intelligence Policy, 2026</a>"
            },
            {
              "target": "li:nth-child(1) > a[title=\"click here to visit\"][target=\"_blank\"]",
              "html": "<a href=\"/Home/Newsupdatesalter?newsId=dhS0VgiNy5XdZm2AJEfUhg%3D%3D\" target=\"_blank\" title=\"click here to visit\">"
            }
          ]
        },
        {
          "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": ".col-md-3.col-lg-3.col-sm-12:nth-child(1) > .item > .single_item > .item_list > h4",
              "html": "<h4><a href=\"/home/AboutState\" style=\"color:#000000\" title=\"Click To View More\">About Jharkhand</a></h4>"
            },
            {
              "target": ".treasure-gallery-card.after-shape.darkMode:nth-child(1) > .trasure-gallery-content > h4",
              "html": "<h4>Tribal Culture</h4>"
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": "serious",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/html-has-lang?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "html",
              "html": "<html class=\" js flexbox flexboxl...\" style=\"height: 100%;\">"
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": "critical",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-alt?application=playwright",
          "nodes": 12,
          "samples": [
            {
              "target": "img[src$=\"jhlogo55.PNG\"]",
              "html": "<img src=\"/images/jhlogo55.PNG\" style=\"margin-top:-10px\">"
            },
            {
              "target": ".rightMarquee > marquee[scrollamount=\"3\"][onmouseout=\"this.start();\"][onmouseover=\"this.stop();\"] > p > img[src$=\"new5.gif\"][loading=\"lazy\"]:nth-child(1)",
              "html": "<img src=\"/images/gifs/new5.gif\" loading=\"lazy\">"
            },
            {
              "target": ".rightMarquee > marquee[scrollamount=\"3\"][onmouseout=\"this.start();\"][onmouseover=\"this.stop();\"] > p > img[src$=\"new5.gif\"][loading=\"lazy\"]:nth-child(4)",
              "html": "<img src=\"/images/gifs/new5.gif\" loading=\"lazy\">"
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": "moderate",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-one-main?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "html",
              "html": "<html class=\" js flexbox flexboxl...\" style=\"height: 100%;\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 5,
          "samples": [
            {
              "target": ".pull-left",
              "html": "<a class=\"pull-left\" href=\"/\"><img src=\"/images/jhlogo55.PNG\" style=\"margin-top:-10px\"></a>"
            },
            {
              "target": ".dropdown:nth-child(7) > a[href=\"#\"]",
              "html": "<a href=\"#\"><i class=\"fa fa-user fa-fw\"></i><i class=\"fa fa-caret-square-o-down\" aria-hidden=\"true\"></i></a>"
            },
            {
              "target": "a[href$=\"stateprofile\"]",
              "html": "<a href=\"/home/stateprofile\" target=\"_blank\">\n                                    <img src=\"/images/jharMapNew2.jpg\" style=\"margin-bottom:40px\" loading=\"lazy\">\n                                </a>"
            }
          ]
        },
        {
          "id": "marquee",
          "impact": "serious",
          "help": "<marquee> elements are deprecated and must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/marquee?application=playwright",
          "nodes": 5,
          "samples": [
            {
              "target": ".rightMarquee > marquee[scrollamount=\"3\"][onmouseout=\"this.start();\"][onmouseover=\"this.stop();\"]",
              "html": "<marquee scrollamount=\"3\" onmouseover=\"this.stop();\" onmouseout=\"this.start();\" style=\"color:#000000\">"
            },
            {
              "target": "marquee[behavior=\"\"]",
              "html": "<marquee behavior=\"\" height=\"200px\" direction=\"up\" scroll=\"\" onmouseover=\"this.setAttribute('scrollamount', 0, 0);this.stop();\" onmouseout=\"this.setAttribute('scrollamount', 2, 0);this.start();\" scrollamount=\"2\" valign=\"center\">"
            },
            {
              "target": "marquee[onshow=\"color:red\"]",
              "html": "<marquee onmouseover=\"this.stop();\" onmouseout=\"this.start()\" behavior=\"scroll\" direction=\"up\" scrollamount=\"2\" onshow=\"color:red\" valign=\"center\" height=\"200px\">"
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": "moderate",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/page-has-heading-one?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "html",
              "html": "<html class=\" js flexbox flexboxl...\" style=\"height: 100%;\">"
            }
          ]
        },
        {
          "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": 29,
          "samples": [
            {
              "target": ".VIpgJd-ZVi9od-xl07Ob-lTBxed > span:nth-child(1)",
              "html": "<span>Select Language</span>"
            },
            {
              "target": ".VIpgJd-ZVi9od-xl07Ob-lTBxed > span:nth-child(3)",
              "html": "<span style=\"border-left: 1px solid rgb(187, 187, 187);\">​</span>"
            },
            {
              "target": ".col-lg-2.col-md-2.zero_mp:nth-child(1)",
              "html": "<div class=\"col-lg-2 col-md-2 col-sm-12 col-xs-12 zero_mp\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}