What the automated audit found
6rule violations
38elements failing
38elements affected
Automated scanning is a floor, not a ceiling. Real assistive-technology testing by disabled users finds more problems, not fewer. Every finding here is a mechanical check on the site’s own markup, third-party widgets excluded. See the methodology and right of reply.
southindianbank.com landing, captured by headless Chromium, 1440 × 900
Findings, ranked by severity
critical
An ARIA attribute has a value the spec does not allow
axe · aria-valid-attr-value · 7 elements · landing
ARIA attributes must conform to valid values. WCAG 2A. Deque rule reference.
target: a[href$="personal"]
<a href="personal" class="nav-link active " id="home-tab" role="tab" aria-controls="home" aria-selected="true">Personal</a>
target: .nav-item[role="presentation"]:nth-child(2) > a[href$="business"]
<a href="business" class="nav-link " id="home-tab" role="tab" aria-controls="home" aria-selected="true">Business</a>
moderate
Heading levels should only increase by one
axe · heading-order · 6 elements · landing
Heading levels should only increase by one. (WCAG mapping not surfaced by axe). Deque rule reference.
target: .offer-text > h5
<h5>Make your shopping memorable with exclusive brand offers on SIB Debit Cards.
</h5>
target: .finacial-text > h4
<h4>About South Indian Bank</h4>
critical
A form control has no visible or programmatic label
axe · label · 1 element · landing
Form elements must have labels. WCAG 2A. Deque rule reference.
target: #loanamount
<input class="form-control loanamount " id="loanamount" name="loanamount" value="25,00,000" type="text" style="">
moderate
The page has no single <main> landmark, so users cannot jump to primary content
axe · landmark-one-main · 1 element · landing
Document should have one main landmark. (WCAG mapping not surfaced by axe). Deque rule reference.
target: html
<html lang="en" data-bs-theme="dark">
serious
A link has no accessible name; a screen reader will announce it as "link" with no purpose
axe · link-name · 4 elements · landing
Links must have discernible text. WCAG 2A, WCAG 244. Deque rule reference.
target: .social-icons > ul > li:nth-child(1) > a[target="_blank"]
<a href="https://www.facebook.com/thesouthindianbank" target="_blank">
<div class="round-border">
<
target: .social-icons > ul > li:nth-child(3) > a[target="_blank"]
<a href="https://www.linkedin.com/company/south-indian-bank/" target="_blank">
<div class="round-border">
moderate
All page content should be inside a landmark (header, nav, main, footer)
axe · region · 19 elements · landing
All page content should be contained by landmarks. (WCAG mapping not surfaced by axe). Deque rule reference.
target: .box-box
<div class="box-box">
target: .main-container > h4
<h4>Debit Card Offers</h4>