{
  "category": "psu-bank",
  "slug": "bank-canara",
  "site": "canarabank.com",
  "url": "https://canarabank.com/",
  "journey": "Reach the FD interest-rate table.",
  "persona": {
    "name": "Manoj, 58, Bengaluru",
    "context": "Semi-retired teacher; low vision, browser zoom 175%."
  },
  "startedAt": "2026-08-23T23:40:54.540Z",
  "states": [
    {
      "label": "landing",
      "url": "https://www.canarabank.bank.in/",
      "shot": "../screenshots/bank-canara/00-landing.png",
      "violations": [
        {
          "id": "aria-allowed-role",
          "impact": "minor",
          "wcag": [],
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-allowed-role?application=playwright",
          "nodes": 6,
          "samples": [
            {
              "target": "button[aria-label=\"Previous Slide\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\" aria-label=\"Previous Slide\"><i class=\"fa fa-caret-left\" aria-hidden=\"true\"></i></button>"
            },
            {
              "target": "button[aria-label=\"Next Slide\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\" aria-label=\"Next Slide\"><i class=\"fa fa-caret-right\" aria-hidden=\"true\"></i></button>"
            }
          ]
        },
        {
          "id": "aria-progressbar-name",
          "impact": "serious",
          "wcag": [
            "wcag2a",
            "wcag111"
          ],
          "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 ._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",
          "wcag": [
            "wcag2a",
            "wcag412"
          ],
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
          "nodes": 8,
          "samples": [
            {
              "target": "button[aria-label=\"Previous Slide\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\" aria-label=\"Previous Slide\"><i class=\"fa fa-caret-left\" aria-hidden=\"true\"></i></button>"
            },
            {
              "target": "button[aria-label=\"Next Slide\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\" aria-label=\"Next Slide\"><i class=\"fa fa-caret-right\" aria-hidden=\"true\"></i></button>"
            }
          ]
        },
        {
          "id": "aria-required-children",
          "impact": "critical",
          "wcag": [
            "wcag2a",
            "wcag131"
          ],
          "help": "Certain ARIA roles must contain particular children",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-required-children?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".loan-owl",
              "html": "<div class=\"owl-carousel loan-owl owl-loaded owl-drag\" role=\"list\">"
            },
            {
              "target": "iframe div[role=\"feed\"]",
              "html": "<div role=\"feed\">"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "wcag": [
            "wcag2aa",
            "wcag143"
          ],
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": ".btn-color-mode-switch",
              "html": "<label class=\"btn-color-mode-switch switch\" for=\"color_mode\">\n                <span class=\"btn-color-mode-switch-inner\" data-off=\"Default\" data-on=\"Dark\"></span>\n                Dark Mode\n            "
            },
            {
              "target": ".cp-en-sub",
              "html": "<span class=\"cp-en-sub\">A Government of India Undertaking</span>"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "wcag": [
            "wcag2a",
            "wcag244",
            "wcag412"
          ],
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 11,
          "samples": [
            {
              "target": "iframe #u_0_1_JX",
              "html": "<a href=\"https://www.facebook.com/canarabank?ref=embed_page\" target=\"_blank\" id=\"u_0_1_JX\"></a>"
            },
            {
              "target": "iframe .lfloat._3-8_[target=\"_blank\"]",
              "html": "<a class=\"_3-8_ lfloat\" href=\"https://www.facebook.com/579990855742125?ref=embed_page\" target=\"_blank\">"
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": "minor",
          "wcag": [],
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/presentation-role-conflict?application=playwright",
          "nodes": 6,
          "samples": [
            {
              "target": "button[aria-label=\"Previous Slide\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\" aria-label=\"Previous Slide\"><i class=\"fa fa-caret-left\" aria-hidden=\"true\"></i></button>"
            },
            {
              "target": "button[aria-label=\"Next Slide\"]",
              "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\" aria-label=\"Next Slide\"><i class=\"fa fa-caret-right\" aria-hidden=\"true\"></i></button>"
            }
          ]
        },
        {
          "id": "region",
          "impact": "moderate",
          "wcag": [],
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/region?application=playwright",
          "nodes": 11,
          "samples": [
            {
              "target": ".clearfix > li:nth-child(1)",
              "html": "<li>\n        <span class=\"txt\" style=\"color: rgb(0, 0, 0);\">Text Size:</span>\n    </li>"
            },
            {
              "target": ".clearfix > li:nth-child(2)",
              "html": "<li>\n        <a href=\"javascript:void(0)\" class=\"increase\" aria-label=\"Increase text size\" style=\"color: rgb(0, 0, 0);\">\n            <span>A+</span>\n        </a>\n    </li>"
            }
          ]
        }
      ],
      "axeError": null,
      "focusablesTotal": 594,
      "emptyFocusables": 139,
      "positiveTabindex": 0,
      "landmarks": 3,
      "orphaned": 3,
      "hasH1": true,
      "hasLang": true,
      "missingAccessibleName": 139,
      "focusableSample": 594
    }
  ],
  "reachable": true,
  "finishedAt": "2026-08-23T23:41:37.356Z",
  "verified": {
    "firstPartyViolations": 7,
    "thirdPartyViolationsExcluded": 1,
    "firstPartyUnnamed": 140,
    "unnamedSamples": [
      "a href=/",
      "a href=javascript:void(0);",
      "a href=https://www.canarabank.bank.in/savings-bank-account",
      "a href=https://www.canarabank.bank.in/pages/canara-aspire",
      "a href=https://www.canarabank.bank.in/pages/canara-angel",
      "a href=https://www.canarabank.bank.in/canara-truedge",
      "a href=https://www.canarabank.bank.in/canara-sb-select",
      "a href=https://www.canarabank.bank.in/sb-senior-citizen"
    ],
    "reverifiedAt": "2026-08-24",
    "note": "Counts exclude embedded third-party widgets (YouTube, social, chat). First-party only."
  }
}