{
  "host": "dhanbank.com",
  "category": "bank",
  "url": "https://dhanbank.com/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://www.dhan.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": ".Hero_hero__GJXMO > .owl-carousel.owl-theme.owl-loaded > .owl-nav > .owl-prev[aria-label=\"Previous slide\"][role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\" aria-label=\"Previous slide\"><img src=\"/images/icons/home_left.png\" alt=\"\" aria-hidden=\"true\"></button>"
            },
            {
              "target": ".Hero_hero__GJXMO > .owl-carousel.owl-theme.owl-loaded > .owl-nav > .owl-next[aria-label=\"Next slide\"][role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\" aria-label=\"Next slide\"><img src=\"/images/icons/home_right.png\" alt=\"\" aria-hidden=\"true\"></button>"
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-hidden-focus?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "#sideNavMenu",
              "html": "<div class=\"SideNavMenu_side_nav_menu__7rY_v \" id=\"sideNavMenu\" aria-hidden=\"true\">"
            },
            {
              "target": "#accessibility-menu-panel",
              "html": "<div id=\"accessibility-menu-panel\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"accessibility-menu-title-2\" class=\"accessibilityToolbar_panel__jmVBi \" aria-hidden=\"true\">"
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": "serious",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".Hero_hero__GJXMO > .owl-carousel.owl-theme.owl-loaded > .owl-nav > .owl-prev[aria-label=\"Previous slide\"][role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\" aria-label=\"Previous slide\"><img src=\"/images/icons/home_left.png\" alt=\"\" aria-hidden=\"true\"></button>"
            },
            {
              "target": ".Hero_hero__GJXMO > .owl-carousel.owl-theme.owl-loaded > .owl-nav > .owl-next[aria-label=\"Next slide\"][role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\" aria-label=\"Next slide\"><img src=\"/images/icons/home_right.png\" alt=\"\" aria-hidden=\"true\"></button>"
            }
          ]
        },
        {
          "id": "button-name",
          "impact": "critical",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
          "nodes": 6,
          "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": "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": "h4:nth-child(6)",
              "html": "<h4></h4>"
            }
          ]
        },
        {
          "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": 31,
          "samples": [
            {
              "target": ".cloned.owl-item:nth-child(1) > .item > a[href$=\"retail-netbanking/\"] > img[src$=\"net-banking2.png\"][alt=\"Retail Net banking\"][width=\"42\"]",
              "html": "<img src=\"images/icons/net-banking2.png\" alt=\"Retail Net banking\" width=\"42\" height=\"42\">"
            },
            {
              "target": ".cloned.owl-item:nth-child(2) > .item > a[href$=\"corporate-netbanking/\"] > img[src$=\"corporate2.png\"][alt=\"Corporate Net banking\"][width=\"42\"]",
              "html": "<img src=\"images/icons/corporate2.png\" alt=\"Corporate Net banking\" width=\"42\" height=\"42\">"
            },
            {
              "target": ".cloned.owl-item:nth-child(3) > .item > a[href$=\"mobile-banking-2/\"] > img[src$=\"mobile2.png\"][alt=\"Mobile Banking\"][width=\"42\"]",
              "html": "<img src=\"images/icons/mobile2.png\" alt=\"Mobile Banking\" width=\"42\" height=\"42\">"
            }
          ]
        },
        {
          "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, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0\">"
            }
          ]
        },
        {
          "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": 2,
          "samples": [
            {
              "target": ".Hero_hero__GJXMO > .owl-carousel.owl-theme.owl-loaded > .owl-nav > .owl-prev[aria-label=\"Previous slide\"][role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\" aria-label=\"Previous slide\"><img src=\"/images/icons/home_left.png\" alt=\"\" aria-hidden=\"true\"></button>"
            },
            {
              "target": ".Hero_hero__GJXMO > .owl-carousel.owl-theme.owl-loaded > .owl-nav > .owl-next[aria-label=\"Next slide\"][role=\"presentation\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\" aria-label=\"Next slide\"><img src=\"/images/icons/home_right.png\" alt=\"\" aria-hidden=\"true\"></button>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}