{
  "host": "pnbindia.in",
  "category": "psu-bank",
  "url": "https://pnbindia.in/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://pnb.bank.in/hi/",
      "violations": [
        {
          "id": "aria-dialog-name",
          "impact": "serious",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-dialog-name?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#myModal",
              "html": "<div id=\"myModal\" class=\"modal fade onloadpop notification-pop show\" aria-modal=\"true\" role=\"dialog\" style=\"display: block;\">"
            }
          ]
        },
        {
          "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": "h4:nth-child(5)",
              "html": "<h4 class=\"modal-title\">वेबसाइट में प्रवेश करने के लिए अपनी पसंदीदा भाषा का चयन करें </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": 30,
          "samples": [
            {
              "target": "img[alt=\"एक्स\"]",
              "html": "<img src=\"images/twitter-newlogo.png\" alt=\"एक्स\">"
            },
            {
              "target": "img[src$=\"social-instagram.png\"]",
              "html": "<img src=\"images/social-instagram.png\" alt=\"इंस्टाग्राम\">"
            },
            {
              "target": "img[alt=\"धागे\"]",
              "html": "<img src=\"images/Threads_Logo.png\" alt=\"धागे\">"
            }
          ]
        },
        {
          "id": "label",
          "impact": "critical",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/label?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#acknowledgeCheckbox",
              "html": "<input class=\"form-check-input\" type=\"checkbox\" id=\"acknowledgeCheckbox\" style=\"margin-top: 25px;\">"
            }
          ]
        },
        {
          "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": 57,
          "samples": [
            {
              "target": "#cookieConsentPanel",
              "html": "<div id=\"cookieConsentPanel\">"
            },
            {
              "target": ".left-panel",
              "html": "<div class=\"left-panel\">"
            },
            {
              "target": ".owl-1bx-carousel > .owl-stage-outer",
              "html": "<div class=\"owl-stage-outer\">"
            }
          ]
        },
        {
          "id": "select-name",
          "impact": "critical",
          "help": "Select element must have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/select-name?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "#DropDownList",
              "html": "<select name=\"DropDownList\" onchange=\"javascript:setTimeout('__doPostBack(\\'DropDownList\\',\\'\\')', 0)\" id=\"DropDownList\" class=\"selectfield required form-txt\">\n\t\t<option selected=\"selected\" value=\"\">श्रेणी का चयन करें</option>\n\n\t</select>"
            },
            {
              "target": "#DropDownList2",
              "html": "<select name=\"DropDownList2\" onchange=\"javascript:setTimeout('__doPostBack(\\'DropDownList2\\',\\'\\')', 0)\" id=\"DropDownList2\" class=\"selectfield form-txt\">\n\t\t<option selected=\"selected\" value=\"\">उत्पाद का चयन करें</option>\n\n\t</select>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}