{
  "host": "agriwelfare.gov.in",
  "category": "ministry",
  "url": "https://agriwelfare.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://agriwelfare.gov.in/",
      "violations": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-hidden-focus?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#TranscriptModal",
              "html": "<div class=\"modal fade\" id=\"TranscriptModal\" tabindex=\"-1\" aria-labelledby=\"TranscriptModalLabel\" aria-hidden=\"true\">"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": "img[alt=\"Agroforestory\"]",
              "html": "<img src=\"/public/images/agroforestry.png\" class=\"pdmc\" alt=\"Agroforestory\">"
            }
          ]
        },
        {
          "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": ".navbar_1",
              "html": "<nav class=\"navbar navbar_1 navbar-expand-lg navbar-light\">"
            }
          ]
        },
        {
          "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": 2,
          "samples": [
            {
              "target": ".printheadr",
              "html": "<div class=\"printheadr\">"
            },
            {
              "target": ".footer_logo",
              "html": "<section class=\"content footer_logo\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}