{
  "host": "bankofbaroda.in",
  "category": "psu-bank",
  "url": "https://bankofbaroda.in/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://bankofbaroda.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": 1,
          "samples": [
            {
              "target": ".slides",
              "html": "<ul class=\"slides\" role=\"region\" aria-label=\"Homepage promotional carousel\">"
            }
          ]
        },
        {
          "id": "button-name",
          "impact": "critical",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".bpp-homepage-slider",
              "html": "<button class=\"slick-play-pause bpp-homepage-slider playing\" tabindex=\"0\" role=\"button\" data-slider=\".slides\">"
            }
          ]
        },
        {
          "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": 2,
          "samples": [
            {
              "target": ".bob-loader-parent-div > span",
              "html": "<span>Loading Offers</span>"
            },
            {
              "target": ".info > a[href$=\"cookie-policy\"]",
              "html": "<a href=\"/cookie-policy\" title=\"\">click here</a>"
            }
          ]
        },
        {
          "id": "frame-title",
          "impact": "serious",
          "help": "Frames must have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "#chatIframe",
              "html": "<iframe id=\"chatIframe\" allow=\"microphone\" data-src=\"https://adi.bankofbaroda.bank.in?src=WEB\"></iframe>"
            },
            {
              "target": "#videochatIframe",
              "html": "<iframe id=\"videochatIframe\" data-src=\"/chat/bob/countrywebsite/india/videochat/video_calling.html\"></iframe>"
            }
          ]
        },
        {
          "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": 3,
          "samples": [
            {
              "target": ".fobw-img-text-div:nth-child(1) > .fobw-img-with-text > div > h5",
              "html": "<h5>bob World business</h5>"
            },
            {
              "target": ".col-4:nth-child(1) > .blogWrap > .blogtextbox > h4",
              "html": "<h4> Green Financing in India: Loans, Benefits &amp; Eco-Friendly Investment Options</h4>"
            },
            {
              "target": ".col-sm-2:nth-child(1) > .link-list.component > .component-content > h6",
              "html": "<h6>About Us</h6>"
            }
          ]
        },
        {
          "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": "#floatingIconsList",
              "html": "<ul id=\"floatingIconsList\">"
            }
          ]
        },
        {
          "id": "listitem",
          "impact": "serious",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/listitem?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": "#videoChatLi",
              "html": "<li class=\"bob-video-chat-li\" id=\"videoChatLi\">"
            },
            {
              "target": ".bob-msg-li",
              "html": "<li class=\"bob-msg-li chat-adi\">\n            <a href=\"javascript:void(0);\" title=\"\">\n                <img src=\"/chat/bob/countrywebsite/india/build/logo/logo512.png\" alt=\"Chat\" width=\"28\" height=\"34\">\n            </a>\n        </li>"
            },
            {
              "target": ".slide.fade:nth-child(1)",
              "html": "<li class=\"slide fade\" style=\"display: block;\">"
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": "moderate",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/meta-viewport?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "meta[name=\"viewport\"]",
              "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">"
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": "moderate",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/page-has-heading-one?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": "html",
              "html": "<html class=\"no-js\" lang=\"en\">"
            },
            {
              "target": "#chatIframe html",
              "html": "<html><head></head><body></body></html>"
            },
            {
              "target": "#videochatIframe html",
              "html": "<html><head></head><body></body></html>"
            }
          ]
        },
        {
          "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": ".close",
              "html": "<div class=\"close\">\n\n                <a onclick=\"fnCreateCookie(&quot;privacy-notification&quot;, &quot;1&quot;, 525600); fnRemoveCookieWarning();\" title=\"\">X</a>\n            </div>"
            },
            {
              "target": ".info",
              "html": "<div class=\"info\">"
            }
          ]
        },
        {
          "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": 13,
          "samples": [
            {
              "target": ".products_Wrap_left > .bob-tab-div > .bob-tab-ul > .active",
              "html": "<li data-tab=\"#7167DACE-C627-4D63-9F70-A9D8DAC1B926\" class=\"active\" tabindex=\"4\">Accounts</li>"
            },
            {
              "target": ".products_Wrap_left > .bob-tab-div > .bob-tab-ul > li:nth-child(2)",
              "html": "<li data-tab=\"#8D50218F-E6C6-49E6-8EC8-12060838A363\" class=\"\" tabindex=\"5\">Digital Banking Products</li>"
            },
            {
              "target": ".products_Wrap_left > .bob-tab-div > .bob-tab-ul > li:nth-child(3)",
              "html": "<li data-tab=\"#2C35DC64-43AB-4EDD-B09A-9AFE1D0037A6\" class=\"\" tabindex=\"6\">Loans</li>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}