{
  "host": "sikkim.gov.in",
  "category": "state",
  "url": "https://sikkim.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://www.sikkim.gov.in/",
      "violations": [
        {
          "id": "button-name",
          "impact": "critical",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".header-btn-collapse-nav",
              "html": "<button class=\"btn header-btn-collapse-nav\" data-bs-toggle=\"collapse\" data-bs-target=\".header-nav-main nav\">\n                                                    <i class=\"fas fa-bars\"></i>\n                                                </b"
            },
            {
              "target": "button[type=\"submit\"]",
              "html": "<button class=\"btn\" type=\"submit\">\n                                                            <i class=\"fas fa-search text-primary header-nav-top-icon\"></i>\n                                                        </button>"
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": "minor",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/empty-heading?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".font-weight-normal",
              "html": "<h2 class=\"font-weight-normal text-6 mb-0\"></h2>"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": "a[href$=\"schemes\"] > div > h6",
              "html": "<h6 class=\"text-white font-weight-semi-bold\">Schemes</h6>"
            }
          ]
        },
        {
          "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>"
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": "critical",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-alt?application=playwright",
          "nodes": 10,
          "samples": [
            {
              "target": ".light > img",
              "html": "<img src=\"/Content/images/normal-contrast.png\">"
            },
            {
              "target": "img[height=\"50\"]",
              "html": "<img src=\"/Content/img/sunaulo_samriddhi_icon.png\" height=\"50\">"
            },
            {
              "target": "img[src$=\"schemes.gif\"]",
              "html": "<img class=\"a-gif  d-none d-sm-block\" src=\"/Content/img/icons/schemes.gif\">"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-unique?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".header-nav-top",
              "html": "<nav class=\"header-nav-top\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": ".header-nav-features-toggle",
              "html": "<a href=\"#\" class=\"header-nav-features-toggle text-decoration-none\" data-focus=\"headerSearch\">\n                                                <i class=\"fas fa-search text-white header-nav-top-icon\"></i>\n                                    "
            },
            {
              "target": ".social-icons-facebook > .external[rel=\"nofollow noreferrer\"][target=\"_blank\"]",
              "html": "<a href=\"https://www.facebook.com/itdepartmentsikkim/\" class=\"external\" target=\"_blank\" rel=\"nofollow noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>"
            },
            {
              "target": ".social-icons-twitter > .external[rel=\"nofollow noreferrer\"][target=\"_blank\"]",
              "html": "<a href=\"https://www.instagram.com/itdepartmentsikkim/\" class=\"external\" target=\"_blank\" rel=\"nofollow noreferrer\"><i class=\"fab fa-instagram\"></i></a>"
            }
          ]
        },
        {
          "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>"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": ".call-to-action",
              "html": "<section class=\"call-to-action call-to-action-strong-lightblue call-to-action-in-footer\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}