{
  "host": "southindianbank.com",
  "category": "scb",
  "url": "https://southindianbank.com/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://www.southindianbank.bank.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": 4,
          "samples": [
            {
              "target": ".banking-slider > .owl-nav.disabled > .owl-prev[role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></button>"
            },
            {
              "target": ".banking-slider > .owl-nav.disabled > .owl-next[role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\"><span aria-label=\"Next\">›</span></button>"
            },
            {
              "target": ".blog-slider > .owl-nav > .owl-prev[role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></button>"
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": "critical",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-valid-attr-value?application=playwright",
          "nodes": 7,
          "samples": [
            {
              "target": "a[href$=\"personal\"]",
              "html": "<a href=\"personal\" class=\"nav-link active \" id=\"home-tab\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">Personal</a>"
            },
            {
              "target": ".nav-item[role=\"presentation\"]:nth-child(2) > a[href$=\"business\"]",
              "html": "<a href=\"business\" class=\"nav-link  \" id=\"home-tab\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">Business</a>"
            },
            {
              "target": "a[href$=\"nri-services\"]",
              "html": "<a href=\"nri-services\" class=\"nav-link  \" id=\"home-tab\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">NRI Services</a>"
            }
          ]
        },
        {
          "id": "button-name",
          "impact": "critical",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
          "nodes": 23,
          "samples": [
            {
              "target": ".banner-slider > .owl-dots > .owl-dot.active[role=\"button\"]",
              "html": "<button role=\"button\" class=\"owl-dot active\"><span></span></button>"
            },
            {
              "target": ".banner-slider > .owl-dots > .owl-dot[role=\"button\"]:nth-child(2)",
              "html": "<button role=\"button\" class=\"owl-dot\"><span></span></button>"
            },
            {
              "target": ".banner-slider > .owl-dots > .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": 6,
          "samples": [
            {
              "target": ".offer-text > h5",
              "html": "<h5>Make your shopping memorable with exclusive brand offers on SIB Debit Cards.\n </h5>"
            },
            {
              "target": ".cloned.owl-item:nth-child(1) > .item > .banking-img > .banking-text > h5",
              "html": "<h5>Internet Banking</h5>"
            },
            {
              "target": ".padd-right-1.col-6.col-lg-3:nth-child(1) > .count-box > h6",
              "html": "<h6>Bank Branches</h6>"
            }
          ]
        },
        {
          "id": "label",
          "impact": "critical",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/label?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#loanamount",
              "html": "<input class=\"form-control loanamount \" id=\"loanamount\" name=\"loanamount\" value=\"25,00,000\" type=\"text\">"
            }
          ]
        },
        {
          "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\" data-bs-theme=\"dark\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 4,
          "samples": [
            {
              "target": ".social-icons > ul > li:nth-child(1) > a[target=\"_blank\"]",
              "html": "<a href=\"https://www.facebook.com/thesouthindianbank\" target=\"_blank\">\n                                    <div class=\"round-border\">\n                                        <i class=\"fab fa-facebook-f\"></i>\n                                "
            },
            {
              "target": ".social-icons > ul > li:nth-child(3) > a[target=\"_blank\"]",
              "html": "<a href=\"https://www.linkedin.com/company/south-indian-bank/\" target=\"_blank\">\n                                    <div class=\"round-border\">\n                                        <i class=\"fab fa-linkedin-in\"></i>\n                       "
            },
            {
              "target": ".social-icons > ul > li:nth-child(4) > a[target=\"_blank\"]",
              "html": "<a href=\"https://www.instagram.com/southindianbank/?hl=en\" target=\"_blank\">\n                                    <div class=\"round-border\">\n                                        <i class=\"fab fa-instagram\"></i>\n                            "
            }
          ]
        },
        {
          "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": 4,
          "samples": [
            {
              "target": ".banking-slider > .owl-nav.disabled > .owl-prev[role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></button>"
            },
            {
              "target": ".banking-slider > .owl-nav.disabled > .owl-next[role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\"><span aria-label=\"Next\">›</span></button>"
            },
            {
              "target": ".blog-slider > .owl-nav > .owl-prev[role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></button>"
            }
          ]
        },
        {
          "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": 87,
          "samples": [
            {
              "target": ".cloned.owl-item:nth-child(1) > .item > .banner-img > a[target=\"_blank\"] > .desk-top-banner[alt=\"SIB Blog\"][loading=\"lazy\"]",
              "html": "<img src=\"Userfiles/Poster/7da46683fce64efea82004afc1131f01.webp\" class=\"img-fluid w-100 desk-top-banner\" alt=\"SIB Blog\" loading=\"lazy\">"
            },
            {
              "target": ".cloned.owl-item:nth-child(2) > .item > .banner-img > a[target=\"_blank\"] > .desk-top-banner.w-100[loading=\"lazy\"]",
              "html": "<img src=\"Userfiles/Poster/742102205c1142c9b0daf851217cc268.webp\" class=\"img-fluid w-100 desk-top-banner\" alt=\"Fincredibles: Financial Infotainment by South Indian Bank\" loading=\"lazy\">"
            },
            {
              "target": ".active.owl-item > .item > .banner-img > a[target=\"_blank\"] > .desk-top-banner.w-100[alt=\"SIB RED banner\"]",
              "html": "<img src=\"Userfiles/Poster/14926e71a0e8491fae1a95a3c513a023.webp\" class=\"img-fluid w-100 desk-top-banner\" alt=\"SIB RED banner\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}