{
  "host": "dopt.gov.in",
  "category": "ministry",
  "url": "https://dopt.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://dopt.gov.in/",
      "violations": [
        {
          "id": "aria-required-children",
          "impact": "critical",
          "help": "Certain ARIA roles must contain particular children",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-required-children?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "ul[role=\"tablist\"]",
              "html": "<ul role=\"tablist\" aria-label=\"Notice Board Section\">"
            }
          ]
        },
        {
          "id": "aria-required-parent",
          "impact": "critical",
          "help": "Certain ARIA roles must be contained by particular parents",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-required-parent?application=playwright",
          "nodes": 5,
          "samples": [
            {
              "target": "#tab-1",
              "html": "<a role=\"tab\" id=\"tab-1\" aria-controls=\"tabpanel-1\" href=\"#tabpanel-1\">What’s New</a>"
            },
            {
              "target": "#tab-3",
              "html": "<a role=\"tab\" id=\"tab-3\" aria-controls=\"tabpanel-3\" href=\"#tabpanel-3\">New Events/ Initiaties</a>"
            },
            {
              "target": "#tab-7",
              "html": "<a role=\"tab\" id=\"tab-7\" aria-controls=\"tabpanel-7\" href=\"#tabpanel-7\">GKRA</a>"
            }
          ]
        },
        {
          "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=\"iGOT\"]",
              "html": "<img src=\"https://dopt.gov.in/sites/default/files/iGOT_logo_3.png\" alt=\"iGOT\">"
            },
            {
              "target": "img[alt=\"CBC\"]",
              "html": "<img src=\"https://dopt.gov.in/sites/default/files/cbc_logo.png\" alt=\"CBC\">"
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": "minor",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/presentation-role-conflict?application=playwright",
          "nodes": 5,
          "samples": [
            {
              "target": "li[aria-label=\"What’s New\"]",
              "html": "<li role=\"none\" aria-label=\"What’s New\"><a role=\"tab\" id=\"tab-1\" aria-controls=\"tabpanel-1\" href=\"#tabpanel-1\">What’s New</a></li>"
            },
            {
              "target": "li[aria-label=\"New Events/ Initiaties\"]",
              "html": "<li role=\"none\" aria-label=\"New Events/ Initiaties\"><a role=\"tab\" id=\"tab-3\" aria-controls=\"tabpanel-3\" href=\"#tabpanel-3\">New Events/ Initiaties</a></li>"
            },
            {
              "target": "li[aria-label=\"GKRA\"]",
              "html": "<li role=\"none\" aria-label=\"GKRA\"><a role=\"tab\" id=\"tab-7\" aria-controls=\"tabpanel-7\" href=\"#tabpanel-7\">GKRA</a></li>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}