{
  "host": "jkbank.com",
  "category": "bank",
  "url": "https://jkbank.com/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://jkb.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": ".fa-map-marker-alt",
              "html": "<a href=\"http://jkb.bank.in/ourBranches\" class=\"fas fa-map-marker-alt\" title=\"J&amp;K Bank Branch/ATM Locator\" target=\"_blank\" aria-hidden=\"true\"></a>"
            }
          ]
        },
        {
          "id": "aria-progressbar-name",
          "impact": "serious",
          "help": "ARIA progressbar nodes must have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-progressbar-name?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "iframe[width=\"100%\"] ._55yn",
              "html": "<span class=\"img _55ym _55yn _55yo\" aria-busy=\"true\" role=\"progressbar\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-valuetext=\"Loading...\"></span>"
            }
          ]
        },
        {
          "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": 6,
          "samples": [
            {
              "target": "iframe[width=\"100%\"] ._5d-0",
              "html": "<span class=\"_56_f _5dzy _5d-0 _3twv _5d-3\" aria-label=\"Verified Page\"></span>"
            },
            {
              "target": "iframe[width=\"100%\"] #u_1_m_0B > ._5pcr.userContentWrapper[data-ft=\"{\\\"tn\\\":\\\"-R\\\"}\"] > ._1dwg._1w_m._q7o > div:nth-child(2) > .l_c3pyo2v0u._5eit._4d-l > ._3dp._29k > div > ._6a > ._6b._6a:nth-child(2) > ._2_79._50f4._50f7 > ._5dz_._56_f[aria-label=\"Verified profile\"]",
              "html": "<span class=\"_56_f _5dzy _5dz_ _3twv\" aria-label=\"Verified profile\"></span>"
            },
            {
              "target": "iframe[width=\"100%\"] #u_1_1b_UE > ._3dp._29k > div > ._6a > ._6b._6a:nth-child(2) > ._2_79._50f4._50f7 > ._5dz_._56_f[aria-label=\"Verified profile\"]",
              "html": "<span class=\"_56_f _5dzy _5dz_ _3twv\" aria-label=\"Verified profile\"></span>"
            }
          ]
        },
        {
          "id": "aria-required-children",
          "impact": "critical",
          "help": "Certain ARIA roles must contain particular children",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-required-children?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": ".col-md-7 > .nav-tabs.nav[role=\"tablist\"]",
              "html": "<ul class=\"nav nav-tabs\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t\t<li class=\"nav-item\">\n\t\t\t\t\t\t<a class=\"nav-link active\" data-toggle=\"tab\" href=\"#MasterCardTab-2\">Mastercard</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>"
            },
            {
              "target": ".jk-loan > .nav-tabs.nav[role=\"tablist\"]",
              "html": "<ul class=\"nav nav-tabs\" role=\"tablist\">"
            },
            {
              "target": "iframe[width=\"100%\"] div[role=\"feed\"]",
              "html": "<div role=\"feed\">"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": "iframe[width=\"100%\"]",
              "html": "<iframe src=\"https://www.facebook...\" width=\"100%\" height=\"400\" style=\"border:none;overflow...\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-...\">"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": ".heading4",
              "html": "<h4 class=\"heading4\">Bank from almost anywhere<br>with the JKB mPay Delight+</h4>"
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": "critical",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-alt?application=playwright",
          "nodes": 7,
          "samples": [
            {
              "target": ".way-col:nth-child(1) > .d-flex > .way-col-contentbox > a[target=\"_blank\"] > img",
              "html": "<img src=\"/sites/default/files/default_images/red-arrow.png\">"
            },
            {
              "target": "a[aria-label=\"Know More - Buy a Car\"] > img",
              "html": "<img src=\"/sites/default/files/2025-02/red-arrow.png\">"
            },
            {
              "target": "a[aria-label=\"Explore Now - Instant Loans\"] > img",
              "html": "<img src=\"/sites/default/files/2025-02/red-arrow_0.png\">"
            }
          ]
        },
        {
          "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": 15,
          "samples": [
            {
              "target": "img[alt=\"Credit Cards\"]",
              "html": "<img src=\"/sites/default/files/2025-04/debit-credit-cards-icon.png\" alt=\"Credit Cards\" title=\"Credit Cards\">"
            },
            {
              "target": "img[alt=\"Online Re-KYC\"]",
              "html": "<img src=\"/sites/default/files/2026-07/e-kyc.png\" alt=\"Online Re-KYC\" title=\"Online Re-KYC\">"
            },
            {
              "target": "img[alt=\"Online Account Opening\"]",
              "html": "<img src=\"/sites/default/files/2025-01/online-account-icon.png\" alt=\"Online Account Opening\" title=\"Online Account Opening\">"
            }
          ]
        },
        {
          "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": 2,
          "samples": [
            {
              "target": "html",
              "html": "<html lang=\"en\" dir=\"ltr\" class=\" js\" style=\"--pseudo-bordercolor: #009EE2;\">"
            },
            {
              "target": "iframe[width=\"100%\"] #facebook",
              "html": "<html lang=\"en\" id=\"facebook\" class=\"no_svg \">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 10,
          "samples": [
            {
              "target": "iframe[width=\"100%\"] #u_0_0_pe",
              "html": "<a href=\"https://www.facebook.com/jnkbank?ref=embed_page\" target=\"_blank\" id=\"u_0_0_pe\"></a>"
            },
            {
              "target": "iframe[width=\"100%\"] .lfloat._3-8_",
              "html": "<a class=\"_3-8_ lfloat\" href=\"https://www.facebook.com/524175857610300?ref=embed_page\" target=\"_blank\">"
            },
            {
              "target": "iframe[width=\"100%\"] #u_1_m_0B > ._5pcr.userContentWrapper[data-ft=\"{\\\"tn\\\":\\\"-R\\\"}\"] > ._1dwg._1w_m._q7o > ._2p_a._3x-2[data-ft=\"{\\\"tn\\\":\\\"H\\\"}\"] > div[data-ft=\"{\\\"tn\\\":\\\"H\\\"}\"] > .mtm > ._2l7q > a",
              "html": "<a href=\"https://www.facebook.com/photo.php?fbid=1504740381683916&set=a.559196829571614&type=3&ref=embed_page\" target=\"_blank\">"
            }
          ]
        },
        {
          "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": 5,
          "samples": [
            {
              "target": ".col-md-7 > .nav-tabs.nav[role=\"tablist\"] > .nav-item",
              "html": "<li class=\"nav-item\">\n\t\t\t\t\t\t<a class=\"nav-link active\" data-toggle=\"tab\" href=\"#MasterCardTab-2\">Mastercard</a>\n\t\t\t\t\t</li>"
            },
            {
              "target": ".jk-loan > .nav-tabs.nav[role=\"tablist\"] > .nav-item:nth-child(1)",
              "html": "<li class=\"nav-item\">\n\t\t\t\t\t\t<a class=\"nav-link active\" data-toggle=\"tab\" href=\"#HousngLoansTab\">Housing Loans</a>\n\t\t\t\t\t</li>"
            },
            {
              "target": ".nav-tabs.nav[role=\"tablist\"] > .nav-item:nth-child(2)",
              "html": "<li class=\"nav-item\">\n\t\t\t\t\t\t<a class=\"nav-link\" data-toggle=\"tab\" href=\"#VehicleLoansTab\">Vehicle Loans</a>\n\t\t\t\t\t</li>"
            }
          ]
        },
        {
          "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": 2,
          "samples": [
            {
              "target": "html",
              "html": "<html lang=\"en\" dir=\"ltr\" class=\" js\" style=\"--pseudo-bordercolor: #009EE2;\">"
            },
            {
              "target": "iframe[width=\"100%\"] #facebook",
              "html": "<html lang=\"en\" id=\"facebook\" class=\"no_svg \">"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": "iframe[width=\"100%\"] .scaledImageFitWidth",
              "html": "<img class=\"scaledImageFitWidth ...\" src=\"https://external-sjc...\" data-src=\"https://external-sjc...\" style=\"top:0px;\" alt=\"\" width=\"325\" height=\"171\" caption=\"\" aria-label=\"May be an image of ‎...\">"
            }
          ]
        },
        {
          "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": 63,
          "samples": [
            {
              "target": ".HomeBannerCarusel > .owl-stage-outer",
              "html": "<div class=\"owl-stage-outer\">"
            },
            {
              "target": ".HomeBannerCaruselBtn > .customPreviousBtn[href=\"javascript:void(0)\"][rel=\"noopener noreferrer\"] > span",
              "html": "<span style=\"font-size: 0px;\">Previous Button</span>"
            },
            {
              "target": ".HomeBannerCaruselBtn > .customPlayPause[href=\"javascript:void(0)\"][rel=\"noopener noreferrer\"] > span",
              "html": "<span style=\"font-size: 0px;\">Pause Button</span>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}