{
  "host": "iob.in",
  "category": "psu-bank",
  "url": "https://iob.in/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://www.iob.bank.in/en/",
      "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": 17,
          "samples": [
            {
              "target": ".owl-dot.active[role=\"button\"]",
              "html": "<button role=\"button\" class=\"owl-dot active\"><span></span></button>"
            },
            {
              "target": ".owl-dot[role=\"button\"]:nth-child(2)",
              "html": "<button role=\"button\" class=\"owl-dot\"><span></span></button>"
            },
            {
              "target": ".owl-dot[role=\"button\"]:nth-child(3)",
              "html": "<button role=\"button\" class=\"owl-dot\"><span></span></button>"
            }
          ]
        },
        {
          "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": ".gradient-7 > .mb-2 > h5[data-base=\"17.6\"]",
              "html": "<h5 data-base=\"17.6\" style=\"font-size: 17.6px;\">MSME Schemes</h5>"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "#HP-ApplyNow-asalah-current-acc-en-3",
              "html": "<a data-base=\"16\" href=\"#\" id=\"HP-ApplyNow-asalah-current-acc-en-3\" style=\"font-size: 16px;\" rel=\"noopener noreferrer\"> </a>"
            },
            {
              "target": ".news-scroll > a[href=\"\"][target=\"_blank\"]",
              "html": "<a href=\"\" target=\"_blank\" data-base=\"16\" style=\"font-size: 16px;\" rel=\"noopener noreferrer\"> </a>"
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/list?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".iobList",
              "html": "<ul class=\"iobList\">"
            }
          ]
        },
        {
          "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": ".hide-accessible",
              "html": "<h2 class=\"hide-accessible sr-only\" role=\"heading\" aria-level=\"1\" data-base=\"32\" style=\"font-size: 32px;\">Indian Overseas Bank: Personal Banking | One Stop Banking Solution</h2>"
            },
            {
              "target": ".w-sm-100",
              "html": "<a href=\"/\" class=\"logo d-flex align-items-center me-auto me-xl-0 w-sm-100\" data-base=\"16\" style=\"font-size: 16px;\" rel=\"noopener noreferrer\">"
            },
            {
              "target": ".mid",
              "html": "<div class=\"mid\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}