{
  "host": "wb.gov.in",
  "category": "state",
  "url": "https://wb.gov.in/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://wb.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": 7,
          "samples": [
            {
              "target": ".wrapper > .text-decoration-none[target=\"_blank\"]:nth-child(1)",
              "html": "<a href=\"https://wb.gov.in/government-schemes.aspx\" target=\"_blank\" class=\"text-decoration-none\" style=\"width: 150px; height: 40px; margin-right: 1px;\">Schemes</a>"
            },
            {
              "target": "a[href=\"government-directories.aspx\"]",
              "html": "<a href=\"government-directories.aspx\" class=\"text-decoration-none\" style=\"width: 150px; height: 40px; margin-right: 1px;\">Emergency Contact</a>"
            },
            {
              "target": ".wrapper > a[href$=\"government-cm-corner.aspx\"]",
              "html": "<a href=\"government-cm-corner.aspx\" class=\"text-decoration-none\" style=\"width: 150px; height: 40px; margin-right: 1px;\">HCM Corner</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": 9,
          "samples": [
            {
              "target": "img[src$=\"depert.png\"]",
              "html": "<img src=\"images/depert.png\" width=\"50\" height=\"50\" alt=\"Departments\" title=\"Departments\">"
            },
            {
              "target": "img[src$=\"invest.png\"]",
              "html": "<img src=\"images/invest.png\" width=\"50\" height=\"50\" alt=\"Invest in Bengal\" title=\"Invest in Bengal\">"
            },
            {
              "target": "img[src$=\"tender.png\"]",
              "html": "<img src=\"images/tender.png\" width=\"40\" height=\"40\" alt=\"Tender\" title=\"Tender\">"
            }
          ]
        },
        {
          "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 lang=\"en\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".col-md-6:nth-child(1) > a[target=\"_blank\"]",
              "html": "<a href=\"https://socialregistry.wb.gov.in/\" target=\"_blank\"><img src=\"images/Annapurna_Yojona_new.jpg\" alt=\"\" class=\"d-block w-100 border\"></a>"
            }
          ]
        },
        {
          "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": 12,
          "samples": [
            {
              "target": ".col-lg-3",
              "html": "<div class=\"col-lg-3 col-md-3 d-sm-block d-xs-block d-none d-lg-block Skip WeL\" style=\"width: 23%;\">Welcome to West Bengal State Portal</div>"
            },
            {
              "target": ".col-lg-5",
              "html": "<div class=\"col-lg-5 d-none d-lg-block Skip\">"
            },
            {
              "target": ".col-sm-2",
              "html": "<div class=\"col-sm-2 d-md-block d-none\" style=\"padding:0;\">"
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": "serious",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/tabindex?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#btn-increase1",
              "html": "<a href=\"JavaScript:Void(0);\" class=\"btn\" tabindex=\"3\" id=\"btn-increase1\" title=\"Increase font size\">\n                                <span class=\"increase\"> A <sup>+</sup> </span></a>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}