{
  "host": "mod.gov.in",
  "category": "ministry",
  "url": "https://mod.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://mod.gov.in/",
      "violations": [
        {
          "id": "aria-allowed-role",
          "impact": "minor",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-role?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".socialmediabtn",
              "html": "<a href=\"javascript:void(0);\" class=\"socialmediabtn\" title=\"Social Media\" role=\"complementary\" aria-expanded=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<img class=\"top\" src=\"/core/themes/cmf/images/ico-social_x.png\" alt=\"Social Media\">\n\t\t\t\t\t\t\t\t\t\t</a>"
            }
          ]
        },
        {
          "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": "h1",
              "html": "<h1></h1>"
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": "minor",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-redundant-alt?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "img[alt=\"Hindi\"]",
              "html": "<img class=\"language-icon\" src=\"/modules/languageicons/flags/hi.png\" width=\"16\" height=\"12\" alt=\"Hindi\" title=\"Hindi\" loading=\"lazy\" typeof=\"foaf:Image\">"
            },
            {
              "target": "img[alt=\"English\"]",
              "html": "<img class=\"language-icon\" src=\"/modules/languageicons/flags/en.png\" width=\"16\" height=\"12\" alt=\"English\" title=\"English\" loading=\"lazy\" typeof=\"foaf:Image\">"
            }
          ]
        },
        {
          "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": "#block-languageswitcher-2",
              "html": "<div class=\"language-switcher-language-url\" id=\"block-languageswitcher-2\" role=\"navigation\">"
            }
          ]
        },
        {
          "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": 3,
          "samples": [
            {
              "target": ".bannerarea",
              "html": "<div class=\"bannerarea\">"
            },
            {
              "target": ".departmentimportant",
              "html": "<div class=\"departmentimportant\">"
            },
            {
              "target": ".gallerynews",
              "html": "<div class=\"gallerynews\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}