{
  "category": "scb",
  "slug": "scb-idfcfirst",
  "site": "idfcfirstbank.com",
  "url": "https://www.idfcfirstbank.com/",
  "journey": "Reach the FD calculator page.",
  "persona": {
    "name": "Nisha, 45, Chennai",
    "context": "Homemaker managing family savings; low vision."
  },
  "startedAt": "2026-08-23T23:45:00.210Z",
  "states": [
    {
      "label": "landing",
      "url": "https://www.idfcfirst.bank.in/",
      "shot": "../screenshots/scb-idfcfirst/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": 2,
          "samples": [
            {
              "target": "#help-dropdonw-li",
              "html": "<li id=\"help-dropdonw-li\" class=\"d-md-block d-none login-button grnt-cservi drop-down position-relative customer-care\" data-rel=\"customer-support\" role=\"dialog\" aria-modal=\"false\" aria-label=\"help\">"
            },
            {
              "target": "li[data-rel=\"login\"]",
              "html": "<li id=\"login-dropdonw-li\" class=\"d-md-block d-none login-button drop-down position-relative  with-search-box login-menu\" data-rel=\"login\" role=\"dialog\" aria-modal=\"false\" aria-label=\"login\">"
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": "serious",
          "wcag": [],
          "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": 5,
          "samples": [
            {
              "target": "#personal",
              "html": "<div class=\"mega-menu op1\" id=\"personal\" role=\"dialog\" aria-modal=\"false\">"
            },
            {
              "target": "#business",
              "html": "<div class=\"mega-menu op1\" id=\"business\" role=\"dialog\" aria-modal=\"false\">"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": ".financial-calc-carousal-container",
              "html": "<div class=\"financial-calc-carousal-container\" role=\"tablist\">"
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": "critical",
          "wcag": [
            "wcag2a",
            "wcag412"
          ],
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-valid-attr-value?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": "#Popular-tab",
              "html": "<button class=\"nav-link flex-grow-1...\" data-tab=\"popular\" data-bs-toggle=\"tab\" type=\"button\" role=\"tab\" aria-selected=\"true\" aria-controls=\"Popular\" data-gtm-event=\"product_category_nav...\" data-gtm-"
            },
            {
              "target": "#Insurance-tab",
              "html": "<button class=\"nav-link flex-grow-1...\" data-tab=\"insurance\" data-bs-toggle=\"tab\" type=\"button\" role=\"tab\" aria-selected=\"true\" aria-controls=\"Insurance\" data-gtm-event=\"product_category_nav...\" data-"
            }
          ]
        },
        {
          "id": "button-name",
          "impact": "critical",
          "wcag": [
            "wcag2a",
            "wcag412"
          ],
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
          "nodes": 10,
          "samples": [
            {
              "target": ".special-embla-slider > .embla__buttons > .embla__button--prev.embla__button[type=\"button\"]",
              "html": "<button class=\"embla__button embla__button--prev\" type=\"button\" disabled=\"\">\n            <span class=\"icon-Left\"></span>\n          </button>"
            },
            {
              "target": ".special-embla-slider > .embla__buttons > .embla__button--next.embla__button[type=\"button\"]",
              "html": "<button class=\"embla__button embla__button--next\" type=\"button\" disabled=\"\">\n            <span class=\"icon-Right\"></span>\n          </button>"
            }
          ]
        },
        {
          "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": 7,
          "samples": [
            {
              "target": "#minAmountValSA",
              "html": "<span id=\"minAmountValSA\">₹10K</span>"
            },
            {
              "target": "#maxAmountValSA",
              "html": "<span id=\"maxAmountValSA\">₹5Cr</span>"
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": "minor",
          "wcag": [],
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/empty-heading?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".calc-title-main.mobile-show > .h3",
              "html": "<h3 class=\"h3\"></h3>"
            },
            {
              "target": ".touch-title",
              "html": "<h2 class=\"touch-title\"></h2>"
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": "moderate",
          "wcag": [],
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/heading-order?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".cf-heading",
              "html": "<h6 class=\"cf-heading\">ON A MISSION TO BUILD THE WORLD’S MOST</h6>"
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": "minor",
          "wcag": [],
          "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": 22,
          "samples": [
            {
              "target": ".lozad[alt=\"FIRST Select\"][data-loaded=\"true\"]",
              "html": "<img class=\"lozad\" data-src=\"/content/dam/idfcfirstbank/images/header-revamp/privilage-img1.png\" src=\"/content/dam/idfcfirstbank/images/header-revamp/privilage-img1.png\" alt=\"FIRST Select\" data-loaded"
            },
            {
              "target": ".lozad[alt=\"FIRST Wealth\"][data-loaded=\"true\"]",
              "html": "<img class=\"lozad\" data-src=\"/content/dam/idfcfirstbank/images/header-revamp/privilage-img2.png\" src=\"/content/dam/idfcfirstbank/images/header-revamp/privilage-img2.png\" alt=\"FIRST Wealth\" data-loaded"
            }
          ]
        },
        {
          "id": "label",
          "impact": "critical",
          "wcag": [
            "wcag2a",
            "wcag412"
          ],
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/label?application=playwright",
          "nodes": 4,
          "samples": [
            {
              "target": "#gsa-amt",
              "html": "<input value=\"2000000\" type=\"text\" maxlength=\"12\" id=\"gsa-amt\" class=\"form-input amount-in...\" default=\"2000000\" min=\"10000\" max=\"500000000\" data-required=\"true\" data-label=\"Loan Amount\" data-format=\""
            },
            {
              "target": "#slider-gsa-amt",
              "html": "<input type=\"range\" class=\"amount-range\" min=\"0\" max=\"9\" value=\"2000000\" id=\"slider-gsa-amt\" default=\"2000000\" drage-snippet=\"10000, 25000, 50000,...\" step=\"0.001\" style=\"background: linear-g...\">"
            }
          ]
        },
        {
          "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": 21,
          "samples": [
            {
              "target": ".col-lg-4:nth-child(1) > .cust-new-box.position-relative > .cust-new-redirect[data-gtm-click-text=\"WhatsApp banking\"][data-gtm-click-header=\"Customer Service\"]",
              "html": "<a href=\"https://api.whatsapp.com/send?phone=919555555555&amp;text=Hi\" class=\"cust-new-redirect gtm-event\" data-gtm-event=\"cta_click\" data-gtm-click-category=\"Header Page Navigation\" data-gtm-click-he"
            },
            {
              "target": ".col-lg-4:nth-child(2) > .cust-new-box.position-relative > .cust-new-redirect[data-gtm-click-text=\"Track Requests\"][data-gtm-click-header=\"Customer Service\"]",
              "html": "<a href=\"/customer-care-sr/track-service-request\" class=\"cust-new-redirect gtm-event\" data-gtm-event=\"cta_click\" data-gtm-click-category=\"Header Page Navigation\" data-gtm-click-header=\"Customer Servic"
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "wcag": [
            "wcag2a",
            "wcag131"
          ],
          "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": ".search-container-main > .cta-container",
              "html": "<ul class=\"d-flex align-items-center cta-container\">"
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": "moderate",
          "wcag": [
            "wcag2aa",
            "wcag144"
          ],
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/meta-viewport?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "meta[name=\"viewport\"]",
              "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">"
            }
          ]
        },
        {
          "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": 99,
          "samples": [
            {
              "target": ".is-snapped.is-center.embla__slide > .nhb-video",
              "html": "<div class=\"nhb-video \">"
            },
            {
              "target": ".nhb-video-gif > video",
              "html": "<video preload=\"auto\" class=\"d-md-block\" autoplay=\"\" loop=\"\" muted=\"\" playsinline=\"\">"
            }
          ]
        }
      ],
      "axeError": null,
      "focusablesTotal": 1436,
      "emptyFocusables": 34,
      "positiveTabindex": 0,
      "landmarks": 4,
      "orphaned": 2,
      "hasH1": true,
      "hasLang": true,
      "missingAccessibleName": 34,
      "focusableSample": 1436
    }
  ],
  "reachable": true,
  "finishedAt": "2026-08-23T23:45:16.647Z",
  "verified": {
    "firstPartyViolations": 14,
    "thirdPartyViolationsExcluded": 0,
    "firstPartyUnnamed": 44,
    "unnamedSamples": [
      "a.link href=javascript:void(0);",
      "a.link href=javascript:void(0);",
      "a.link href=javascript:void(0);",
      "a.link href=javascript:void(0);",
      "a.link href=javascript:void(0);",
      "a.link href=javascript:void(0);",
      "a.link href=javascript:void(0);",
      "a.link href=javascript:void(0);"
    ],
    "reverifiedAt": "2026-08-24",
    "note": "Counts exclude embedded third-party widgets (YouTube, social, chat). First-party only."
  }
}