{
  "host": "bank.sbi",
  "category": "psu-bank",
  "url": "https://bank.sbi/",
  "reachable": true,
  "auditedFromIndia": false,
  "states": [
    {
      "label": "landing",
      "url": "https://bank.sbi/redirect/",
      "violations": [
        {
          "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": 1,
          "samples": [
            {
              "target": ".spinner",
              "html": "<div class=\"spinner\" aria-label=\"Loading\"></div>"
            }
          ]
        },
        {
          "id": "meta-refresh",
          "impact": "critical",
          "help": "Delayed refresh under 20 hours must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/meta-refresh?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "meta[http-equiv=\"refresh\"]",
              "html": "<meta http-equiv=\"refresh\" content=\"5; url=https://sbi.bank.in/\">"
            }
          ]
        },
        {
          "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": "#myModal",
              "html": "<div id=\"myModal\" class=\"modal\" style=\"display: flex;\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}