{
  "host": "tmb.in",
  "category": "bank",
  "url": "https://tmb.in/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://www.tmb.bank.in/",
      "violations": [
        {
          "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": 1,
          "samples": [
            {
              "target": "#slick-slide00",
              "html": "<div class=\"slick-slide\" data-slick-index=\"0\" aria-hidden=\"true\" role=\"tabpanel\" id=\"slick-slide00\" style=\"width: 1440px; position: relative; left: 0px; top: 0px; z-index: 998; opacity: 0; transition: opacity 500ms;\">"
            }
          ]
        },
        {
          "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": "#slick-slide01 > div > .field__item > .banner-sect.home-banner-sect.common-sect > .container > .align-items-end.row-wrap.justify-content-center > .text-left.col-lg-7.col-md-12 > .banner-inner > .banner-inner-flex-inner > .top-wrap > .d-flex > .bttn-primary.bttn[data-asw-org-font-size=\"14\"]",
              "html": "<a href=\"https://vkyc.tmbdigital.bank.in/\" class=\"bttn bttn-primary\" tabindex=\"-1\" data-asw-org-font-size=\"14\" style=\"font-size: 14px;\">\n\n                                    Open an account\n\n                                </a>"
            },
            {
              "target": "#slick-slide01 > div > .field__item > .banner-sect.home-banner-sect.common-sect > .container > .align-items-end.row-wrap.justify-content-center > .text-left.col-lg-7.col-md-12 > .banner-inner > .banner-inner-flex-inner > .top-wrap > .d-flex > .ms-3.bttn-secondary.bttn",
              "html": "<a href=\"/personal/savings/tmb-mahila-subha-savings-account\" class=\"bttn bttn-secondary ms-3\" tabindex=\"-1\" data-asw-org-font-size=\"14\" style=\"font-size: 14px;\">\n  Explore our products\n</a>"
            }
          ]
        },
        {
          "id": "label",
          "impact": "critical",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/label?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": "#loanAmount",
              "html": "<input type=\"range\" class=\"form-range\" id=\"loanAmount\" min=\"10000\" max=\"10000000\" step=\"10000\" value=\"10000\" style=\"--value: 0%; pointer...\">"
            },
            {
              "target": "#tenure",
              "html": "<input type=\"range\" class=\"form-range\" id=\"tenure\" min=\"12\" max=\"360\" step=\"1\" value=\"12\" style=\"--value: 0%; pointer...\">"
            },
            {
              "target": "#interest",
              "html": "<input type=\"range\" class=\"form-range\" id=\"interest\" min=\"8\" max=\"15\" step=\"0.05\" value=\"9\" style=\"--value: 14.28571428...\">"
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": "moderate",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-banner-is-top-level?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".row:nth-child(2) > header",
              "html": "<header>"
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": "moderate",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-no-duplicate-banner?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".for-desktop",
              "html": "<header class=\"common-header-top for-desktop\">"
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": "moderate",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".common-footer1",
              "html": "<footer class=\"common-footer1\">"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-unique?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".for-desktop",
              "html": "<header class=\"common-header-top for-desktop\">"
            },
            {
              "target": ".common-footer1",
              "html": "<footer class=\"common-footer1\">"
            }
          ]
        },
        {
          "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": ".bttn-app[data-asw-org-font-size=\"18\"][target=\"_blank\"]:nth-child(2)",
              "html": "<a class=\"bttn-app\" href=\"https://play.google.com/store/apps/details?id=com.mobile.tmbepassbook\" target=\"_blank\" data-asw-org-font-size=\"18\" style=\"font-size: 18px;\"> </a>"
            },
            {
              "target": ".m-l-16.bttn-app[data-asw-org-font-size=\"18\"]:nth-child(4)",
              "html": "<a class=\"bttn-app m-l-16\" href=\"https://apps.apple.com/us/app/tmb-digilobby/id901809079\" target=\"_blank\" data-asw-org-font-size=\"18\" style=\"font-size: 18px;\">&nbsp;</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": ".col-md-6:nth-child(2) > .right-wrap > ul",
              "html": "<ul>"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": ".block__content > .notification-dropdown-outer",
              "html": "<li class=\"notification-dropdown-outer\" data-asw-org-font-size=\"16\" style=\"font-size: 16px;\">"
            }
          ]
        },
        {
          "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": "div[aria-label=\"Open search\"]",
              "html": "<div class=\"search-box\" data-bs-toggle=\"modal\" data-bs-target=\"#search-modal\" role=\"button\" tabindex=\"0\" aria-label=\"Open search\">"
            }
          ]
        },
        {
          "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": ".focusable",
              "html": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\" data-asw-org-font-size=\"16\" style=\"font-size: 16px;\">\n      Skip to main content\n    </a>"
            }
          ]
        },
        {
          "id": "scrollable-region-focusable",
          "impact": "serious",
          "help": "Scrollable region must have keyboard access",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/scrollable-region-focusable?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".table-responsive",
              "html": "<div class=\"table-responsive amortization-scrollable\">"
            }
          ]
        },
        {
          "id": "skip-link",
          "impact": "moderate",
          "help": "The skip-link target should exist and be focusable",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/skip-link?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".focusable",
              "html": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\" data-asw-org-font-size=\"16\" style=\"font-size: 16px;\">\n      Skip to main content\n    </a>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}