{
  "host": "icicibank.com",
  "category": "scb",
  "url": "https://icicibank.com/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://www.icici.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": 2,
          "samples": [
            {
              "target": "img[alt=\"ICICI Bank Logo\"][role=\"presentation\"]",
              "html": "<img role=\"presentation\" src=\"/content/dam/icicibank-revamp/images/icici-logo/icici-header-logo.png\" alt=\"ICICI Bank Logo\">"
            },
            {
              "target": ".icon[alt=\"phone-icon\"][width=\"16\"]",
              "html": "<img role=\"presentation\" src=\"/content/dam/icicibank-revamp/images/icons/get-phone.svg\" alt=\"phone-icon\" class=\"icon\" width=\"16\" height=\"16\">"
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": "serious",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/avoid-inline-spacing?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".flip > .content-title > h2",
              "html": "<h2 style=\"font-size: 20px !important; letter-spacing: 1px !important;\">For a limited period</h2>"
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": "minor",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/empty-heading?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".iconmenu.chvron-down-orange > h5",
              "html": "<h5>\n                    \n                </h5>"
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": "serious",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/nested-interactive?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".search-icon",
              "html": "<div class=\"search-icon\" role=\"button\" tabindex=\"0\" aria-label=\"Open search – Search for products and services\" aria-haspopup=\"dialog\">"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": ".update-banner",
              "html": "<div class=\"update-banner\"><span class=\"marquee-text\">Calls from ICICI Bank beginning with 1600&nbsp;are official and legitimate</span></div>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}