Skip to main content

Web Accessibility Scoreboard

by A11y Pulse

How accessible is the web you use every day? We scan hundreds of popular websites and rate each one with an accessibility score out of 100.

Get an instant accessibility score for your site.

Back to scoreboard

Capital Onecapitalone.com

Screenshot of Capital One

Accessibility Score

73Needs Improvement

Issues Found

41Serious2Moderate1Minor

Issues Found

Links must have discernible text

Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.

Learn more

Failing Elements

#unav-l1-helpcenter
<a _ngcontent-web-shell-c303816499="" id="unav-l1-helpcenter" class="site-header__navlink site-utility-nav__help-center ng-star-inserted" href="https://www.capitalone.com/help-center/" target="_self" tabindex="0">

Fix all of the following:

  • Element is in tab order and does not have accessible text

Fix any of the following:

  • Element does not have text that is visible to screen readers
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
#unav-l1-locations
<a _ngcontent-web-shell-c303816499="" id="unav-l1-locations" class="site-header__navlink site-utility-nav__locations ng-star-inserted" href="https://locations.capitalone.com/" target="_self" tabindex="0"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Locations</span></a>

Fix all of the following:

  • Element is in tab order and does not have accessible text

Fix any of the following:

  • Element does not have text that is visible to screen readers
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
All page content should be contained by landmarks

Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.

Learn more

Failing Elements

.gds-fdic-sign--horizontal
<img _ngcontent-web-shell...="" alt="FDIC-Insured - Backe..." lang="en-US" src="data:image/png;base6..." class="gds-fdic-sign gds-fd...">

Fix any of the following:

  • Some page content is not contained by landmarks
The skip-link target should exist and be focusable

Skip links allow keyboard users to bypass repetitive navigation and jump directly to main content. Without skip links, users must tab through potentially hundreds of navigation links on every page, which is time-consuming and can cause physical pain for users with motor limitations.

Learn more

Failing Elements

.site-header__skip-nav
<a _ngcontent-web-shell-c1855419180="" href="#default-id" class="site-header__skip-nav"> Skip to main content
</a>

Fix any of the following:

  • No skip link target
ARIA role should be appropriate for the element

Invalid ARIA role and HTML element combinations can break accessibility for entire sections of your application. When roles are used incorrectly, assistive technologies may report confusing or nonsensical information to users, making it impossible for them to understand and interact with the interface properly.

Learn more

Failing Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">

Fix any of the following:

  • ARIA role dialog is not allowed for given element

Passed Audits

<html> element must have a lang attribute

Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.

Learn more

Audit Elements

html
<html lang="en">
<html> element must have a valid value for the lang attribute

Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.

Learn more

Audit Elements

html
<html lang="en">
<li> elements must be contained in a <ul> or <ol>

Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.

Learn more

Audit Elements

li[itemprop="itemListElement"]
<li _ngcontent-web-shell-c114928245="" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem" class="ng-star-inserted">
#footer-products-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(1)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style=""><a _ngcontent-web-shell-c1902916456="" class="grv-shr-lib-text--medium-light ng-tns-c1902916456-6" href="/credit-cards/" target="_self"> Credit Cards </a></li>
#footer-products-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(2)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style=""><a _ngcontent-web-shell-c1902916456="" class="grv-shr-lib-text--medium-light ng-tns-c1902916456-6" href="/bank/" target="_self"> Checking &amp; Savings </a></li>
#footer-products-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(3)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style=""><a _ngcontent-web-shell-c1902916456="" class="grv-shr-lib-text--medium-light ng-tns-c1902916456-6" href="/cars/auto-financing" target="_self"> Auto </a></li>
#footer-products-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(4)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style=""><a _ngcontent-web-shell-c1902916456="" class="grv-shr-lib-text--medium-light ng-tns-c1902916456-6" href="/small-business/homepage/" target="_self"> Business </a></li>
#footer-products-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(5)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style=""><a _ngcontent-web-shell-c1902916456="" class="grv-shr-lib-text--medium-light ng-tns-c1902916456-6" href="/commercial/" target="_self"> Commercial </a></li>
#footer-products-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(6)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style="">
#footer-products-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(7)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style="">
#footer-get-to-know-us-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(1)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style=""><a _ngcontent-web-shell-c1902916456="" class="grv-shr-lib-text--medium-light ng-tns-c1902916456-6" href="/about/" target="_self"> About </a></li>
#footer-get-to-know-us-section > ul > .ng-tns-c1902916456-6[_ngcontent-web-shell-c1902916456=""]:nth-child(2)
<li _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6 ng-star-inserted" style=""><a _ngcontent-web-shell-c1902916456="" class="grv-shr-lib-text--medium-light ng-tns-c1902916456-6" href="/about/corporate-information/" target="_self"> Corporate Information </a></li>

Showing first 10 of 35 audited elements.

<svg> elements with an img role must have alternative text

SVG images need text alternatives so their information can be accessed through any sensory modality - visual, auditory, or tactile. Text alternatives enable screen readers to convert visual information into speech or braille, support future translation into sign language, and ensure content is accessible regardless of a user's sensory abilities.

Learn more

Audit Elements

svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
<ul> and <ol> must only directly contain <li>, <script> or <template> elements

Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.

Learn more

Audit Elements

.breadcrumblist
<ul _ngcontent-web-shell-c114928245="" itemscope="" itemtype="http://schema.org/BreadcrumbList" class="breadcrumblist">
#footer-products-section > ul
<ul _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6">
#footer-get-to-know-us-section > ul
<ul _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6">
#footer-on-the-go-section > ul
<ul _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6">
#footer-legal-section > ul
<ul _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6">
#footer-support-section > ul
<ul _ngcontent-web-shell-c1902916456="" class="ng-tns-c1902916456-6">
All page content should be contained by landmarks

Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.

Learn more

Audit Elements

content-wrapper
<content-wrapper>
enterprise-root
<enterprise-root ng-version="20.3.19" ngh="0" ng-server-context="ssr">
router-outlet
<router-outlet></router-outlet>
homepage-entry-page
<homepage-entry-page ngskiphydration="true" _nghost-web-shell-c2562791342="" class="ng-star-inserted">
shared-header
<shared-header _ngcontent-web-shell-c2562791342="" _nghost-web-shell-c4216054597="">
shared-header-alert
<shared-header-alert _ngcontent-web-shell-c4216054597="" _nghost-web-shell-c1405977148=""><!----></shared-header-alert>
shared-fdic-banner
<shared-fdic-banner _ngcontent-web-shell-c4216054597="" _nghost-web-shell-c3152568354="" class="ng-star-inserted">
#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
.grv-shr-lib-wrapper[_ngcontent-web-shell-c4216054597=""]
<div _ngcontent-web-shell-c4216054597="" class="grv-shr-lib-wrapper">
.grv-shr-lib-grid[_ngcontent-web-shell-c4216054597=""]
<div _ngcontent-web-shell-c4216054597="" class="grv-shr-lib-grid">

Showing first 10 of 233 audited elements.

Alternative text of images should not be repeated as text

Duplicating alternative text adjacent to an image or link forces screen readers to announce the same information twice. This redundancy is unnecessary and confusing, especially when image buttons repeat their labels in nearby text.

Learn more

Audit Elements

.gds-fdic-sign--horizontal
<img _ngcontent-web-shell...="" alt="FDIC-Insured - Backe..." lang="en-US" src="data:image/png;base6..." class="gds-fdic-sign gds-fd...">
.site-footer__equal-housing-icon
<img _ngcontent-web-shell-c1549204580="" alt="Equal Housing Opportunity" aria-label="Equal Housing Opportunity" class="site-footer__equal-housing-icon ng-star-inserted" src="https://ecm.capitalone.com/WCM/navigation/assets/equalhousing_desktoptablet_logo.jpg">
ARIA attributes must be used as specified for the element's role

Using ARIA attributes where they're not expected causes unpredictable behavior in assistive technologies. Following the ARIA specification ensures that screen readers and other tools can properly interpret and communicate your content's meaning to people with disabilities.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
#card
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/credit-cards/" id="card" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Credit Cards</span></a>
#bank
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/bank/" id="bank" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span></a>
#auto
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/cars/auto-financing" id="auto" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Auto</span></a>
#businessOOF
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/small-business/homepage/" id="businessOOF" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Business</span></a>
#commercial
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/commercial/" id="commercial" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Commercial</span></a>
#benefits
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="unsafe:javascript:void(0);" id="benefits" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span></a>
#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#card-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="card-menu-container" aria-labelledby="card">

Showing first 10 of 37 audited elements.

ARIA attributes must conform to valid names

Misspelled or non-existent ARIA attributes cannot perform their intended accessibility function. Assistive technologies rely on correctly spelled, current ARIA attributes to convey proper user interface behaviors and structural information to people with disabilities.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
#card
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/credit-cards/" id="card" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Credit Cards</span></a>
#bank
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/bank/" id="bank" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span></a>
#auto
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/cars/auto-financing" id="auto" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Auto</span></a>
#businessOOF
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/small-business/homepage/" id="businessOOF" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Business</span></a>
#commercial
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/commercial/" id="commercial" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Commercial</span></a>
#benefits
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="unsafe:javascript:void(0);" id="benefits" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span></a>
#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#card-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="card-menu-container" aria-labelledby="card">

Showing first 10 of 37 audited elements.

ARIA attributes must conform to valid values

ARIA attributes must contain correctly spelled values that match the attribute's expected options. Invalid values prevent the accessibility feature from working, making content inaccessible to assistive technology users who depend on these attributes for navigation and interaction.

Learn more

Audit Elements

svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
#card
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/credit-cards/" id="card" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Credit Cards</span></a>
#bank
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/bank/" id="bank" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span></a>
#auto
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/cars/auto-financing" id="auto" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Auto</span></a>
#businessOOF
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/small-business/homepage/" id="businessOOF" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Business</span></a>
#commercial
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/commercial/" id="commercial" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Commercial</span></a>
#benefits
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="unsafe:javascript:void(0);" id="benefits" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span></a>
#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#card-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="card-menu-container" aria-labelledby="card">
#bank-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="bank-menu-container" aria-labelledby="bank">

Showing first 10 of 36 audited elements.

ARIA dialog and alertdialog nodes should have an accessible name

Screen reader users cannot identify the purpose of role="dialog" or role="alertdialog" elements without an accessible name. This leaves users confused about what dialog they've encountered and what it contains.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
ARIA hidden element must not be focusable or contain focusable elements

Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.

Learn more

Audit Elements

#header-card-types-of-credit-cards-section > ul > .image-link:nth-child(1) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/credit-cards/fair-and-building/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/credit-building.svg"></a>
.image-link:nth-child(2) > .featured-cards-item > .feat-card-image-container.placeholder > a[href$="cash-back/"][aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/credit-cards/cash-back/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/cash-back-rewards.svg"></a>
#header-card-types-of-credit-cards-section > ul > .image-link:nth-child(3) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/credit-cards/travel-and-miles/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/travel-rewards.svg"></a>
a[href$="students/"][aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/credit-cards/students/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/student-rewards.svg"></a>
.image-link:nth-child(5) > .featured-cards-item > .feat-card-image-container.placeholder > a[href$="credit-cards/"][aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/small-business/credit-cards/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/business-rewards.svg"></a>
#header-bank-savings-section > ul > .image-link:nth-child(1) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/bank/savings-accounts/online-performance-savings-account/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/bank/360-performance-savings.svg"></a>
a[href$="online-cds/"][aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/bank/cds/online-cds/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/bank/360-cds.svg"></a>
#header-bank-savings-section > ul > .image-link:nth-child(3) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/bank/savings-accounts/kids-savings-account/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/bank/kids-saving.svg"></a>
#header-bank-checking-section > ul > .image-link:nth-child(1) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/bank/checking-accounts/online-checking-account/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/bank/360-checking.svg"></a>
#header-bank-checking-section > ul > .image-link:nth-child(2) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"]
<a tabindex="-1" href="/bank/checking-accounts/teen-checking-account/" target="_self" aria-hidden="true"><img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/bank/money-teen-checking.svg"></a>

Showing first 10 of 30 audited elements.

ARIA role should be appropriate for the element

Invalid ARIA role and HTML element combinations can break accessibility for entire sections of your application. When roles are used incorrectly, assistive technologies may report confusing or nonsensical information to users, making it impossible for them to understand and interact with the interface properly.

Learn more

Audit Elements

svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
#card-menu-container > .L2.site-L2[_ngcontent-web-shell-c1351971057=""] > .site-L2__container.grv-shr-lib-grid[_ngcontent-web-shell-c1351971057=""] > .site-L2__audience.grv-shr-lib-row[role="presentation"]
<div _ngcontent-web-shell-c1351971057="" role="presentation" class="grv-shr-lib-row site-L2__audience ng-tns-c1351971057-4">
#header-card-types-of-credit-cards-title
<div _ngcontent-web-shell-c3028021862="" role="heading" class="section-heading grv-text--medium-1 first-element" tabindex="-1" id="header-card-types-of-credit-cards-title" aria-level="3">Types of Credit Cards</div>
#header-card-types-of-credit-cards-section > ul > .image-link:nth-child(1) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"] > .feat-card-card-art[role="presentation"]
<img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/credit-building.svg">
.image-link:nth-child(2) > .featured-cards-item > .feat-card-image-container.placeholder > a[href$="cash-back/"][aria-hidden="true"][target="_self"] > .feat-card-card-art[role="presentation"]
<img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/cash-back-rewards.svg">
#header-card-types-of-credit-cards-section > ul > .image-link:nth-child(3) > .featured-cards-item > .feat-card-image-container.placeholder > a[aria-hidden="true"][target="_self"] > .feat-card-card-art[role="presentation"]
<img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/travel-rewards.svg">
a[href$="students/"][aria-hidden="true"][target="_self"] > .feat-card-card-art[role="presentation"]
<img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/student-rewards.svg">
.image-link:nth-child(5) > .featured-cards-item > .feat-card-image-container.placeholder > a[href$="credit-cards/"][aria-hidden="true"][target="_self"] > .feat-card-card-art[role="presentation"]
<img role="presentation" class="feat-card-card-art" src="https://ecm.capitalone.com/WCM/navigation/assets/icons/card/business-rewards.svg">
#header-card-find-a-credit-card-title
<div _ngcontent-web-shell-c3028021862="" role="heading" class="section-heading grv-text--medium-1" tabindex="-1" id="header-card-find-a-credit-card-title" aria-level="3">Find a Credit Card</div>
#header-card-tips-\&-tools-title
<div _ngcontent-web-shell-c3028021862="" role="heading" class="section-heading grv-text--medium-1" tabindex="-1" id="header-card-tips-&amp;-tools-title" aria-level="3">Tips &amp; Tools</div>

Showing first 10 of 96 audited elements.

ARIA roles used must conform to valid values

Invalid ARIA role values prevent assistive technologies from understanding and communicating the element's purpose to users. Without valid roles, screen readers cannot provide information about the element's features, properties, or how users should interact with it.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
aria-hidden="true" must not be present on the document body

Setting <body aria-hidden="true" hides all page content from assistive technologies while leaving it visible on screen. This creates a confusing experience where keyboard users can still tab to elements, but screen readers remain completely silent, providing no information about what's focused.

Learn more

Audit Elements

body
<body universal-nav="true" class="grv-font beacon-light ng-tns-0-1" data-build-ts="2026-04-23T19:48:15.320Z" data-build-sha="0ee503722d9898c49db704f912f2af70a65a6ac1" data-core="1.0.89">
Buttons must have discernible text

Screen reader users cannot determine the purpose of buttons without an accessible name. Without a name, users don't know what action the button will perform when activated.

Learn more

Audit Elements

#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#footer-products-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-products-titl..." aria-controls="footer-products-sect..." aria-expanded="false">
#footer-get-to-know-us-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-get-to-know-u..." aria-controls="footer-get-to-know-u..." aria-expanded="false">
#footer-on-the-go-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-on-the-go-tit..." aria-controls="footer-on-the-go-sec..." aria-expanded="false">
#footer-legal-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-legal-title" aria-controls="footer-legal-section" aria-expanded="false">
#footer-support-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-support-title" aria-controls="footer-support-secti..." aria-expanded="false">
.site-footer__footNotes-title
<button _ngcontent-web-shell-c3156407817="" type="button" class="grv-shr-lib-text__heading--normal site-footer__footNotes-title site-footer__footNotes-title--active" aria-controls="footer-footnotes-accordion-section" aria-expanded="true" aria-label="Footnotes section content">
Contentinfo landmark should not be contained in another landmark

The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.

Learn more

Audit Elements

#universal-nav-footer
<footer _ngcontent-web-shell-c2698670788="" id="universal-nav-footer" class="fluid-width ng-star-inserted">
Deprecated ARIA roles must not be used

Deprecated ARIA roles are not recognized by modern screen readers and assistive technologies. Using outdated roles means some users cannot access essential information or functionality on your site.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
Document should have one main landmark

Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.

Learn more

Audit Elements

html
<html lang="en">
Document should not have more than one contentinfo landmark

Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.

Learn more

Audit Elements

#universal-nav-footer
<footer _ngcontent-web-shell-c2698670788="" id="universal-nav-footer" class="fluid-width ng-star-inserted">
Documents must have <title> element to aid in navigation

The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.

Learn more

Audit Elements

html
<html lang="en">
Elements must meet minimum color contrast ratio thresholds

People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.

Learn more

Audit Elements

#card > span[_ngcontent-web-shell-c1150557368=""]
<span _ngcontent-web-shell-c1150557368="">Credit Cards</span>
#bank > span[_ngcontent-web-shell-c1150557368=""]
<span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span>
#auto > span[_ngcontent-web-shell-c1150557368=""]
<span _ngcontent-web-shell-c1150557368="">Auto</span>
#businessOOF > span[_ngcontent-web-shell-c1150557368=""]
<span _ngcontent-web-shell-c1150557368="">Business</span>
#commercial > span[_ngcontent-web-shell-c1150557368=""]
<span _ngcontent-web-shell-c1150557368="">Commercial</span>
#benefits > span[_ngcontent-web-shell-c1150557368=""]
<span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span>
#unav-l1-signin > span[_ngcontent-web-shell-c303816499=""]
<span _ngcontent-web-shell-c303816499="">Sign In</span>
#ods-input-0
<input _ngcontent-web-shell...="" type="text" id="ods-input-0" maxlength="50" name="ods-input-0" aria-label="Username" aria-describedby="us-login-auth-error-..." required="" class="login-username grv-s..." aria-invalid="false" value="">
#ods-input-1
<input _ngcontent-web-shell...="" type="password" id="ods-input-1" maxlength="64" name="ods-input-1" aria-label="Password" aria-describedby="us-login-auth-error-..." required="" class="login-password grv-s..." aria-invalid="false" value="">
span[itemprop="name"]
<span _ngcontent-web-shell-c114928245="" itemprop="name" aria-current="page" class="ng-star-inserted">Home</span>

Showing first 10 of 62 audited elements.

Elements must only use permitted ARIA attributes

Using prohibited ARIA attributes prevents important information from reaching assistive technology users. It also causes assistive technologies to behave inconsistently as they attempt to compensate for the error.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
#card
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/credit-cards/" id="card" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Credit Cards</span></a>
#bank
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/bank/" id="bank" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span></a>
#auto
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/cars/auto-financing" id="auto" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Auto</span></a>
#businessOOF
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/small-business/homepage/" id="businessOOF" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Business</span></a>
#commercial
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/commercial/" id="commercial" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Commercial</span></a>
#benefits
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="unsafe:javascript:void(0);" id="benefits" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span></a>
#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#card-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="card-menu-container" aria-labelledby="card">

Showing first 10 of 32 audited elements.

Elements must only use supported ARIA attributes

Using ARIA attributes in roles where they're not allowed can disable accessibility for entire sections of your application. Invalid attribute-role combinations create conflicts that cause assistive technologies to report incorrect or nonsensical information about your interface.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
#card
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/credit-cards/" id="card" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Credit Cards</span></a>
#bank
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/bank/" id="bank" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span></a>
#auto
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/cars/auto-financing" id="auto" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Auto</span></a>
#businessOOF
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/small-business/homepage/" id="businessOOF" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Business</span></a>
#commercial
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/commercial/" id="commercial" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Commercial</span></a>
#benefits
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="unsafe:javascript:void(0);" id="benefits" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span></a>
#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#card-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="card-menu-container" aria-labelledby="card">

Showing first 10 of 37 audited elements.

Elements should not have tabindex greater than zero

Using tabindex values greater than 0 creates unexpected tab orders that disorient users. It makes elements appear to be skipped when users tab past them, requires setting tabindex on every element to maintain order, and forces all tabindex items to be visited before any normal elements, breaking natural navigation flow.

Learn more

Audit Elements

#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#unav-l1-helpcenter
<a _ngcontent-web-shell-c303816499="" id="unav-l1-helpcenter" class="site-header__navlink site-utility-nav__help-center ng-star-inserted" href="https://www.capitalone.com/help-center/" target="_self" tabindex="0">
#unav-l1-locations
<a _ngcontent-web-shell-c303816499="" id="unav-l1-locations" class="site-header__navlink site-utility-nav__locations ng-star-inserted" href="https://locations.capitalone.com/" target="_self" tabindex="0"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Locations</span></a>
Heading levels should only increase by one

Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.

Learn more

Audit Elements

.site-footer__footNotes-title-text
<h2 _ngcontent-web-shell-c3156407817="" class="site-footer__footNotes-title-text">Footnotes</h2>
Headings should not be empty

Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.

Learn more

Audit Elements

.site-footer__footNotes-title-text
<h2 _ngcontent-web-shell-c3156407817="" class="site-footer__footNotes-title-text">Footnotes</h2>
IDs used in ARIA and labels must be unique

Duplicate IDs break the accessibility of ARIA elements, form labels, and table headers. When IDs are duplicated, assistive technologies and scripts only reference the first instance, causing subsequent elements with the same ID to be ignored or incorrectly associated.

Learn more

Audit Elements

#card
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/credit-cards/" id="card" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Credit Cards</span></a>
#bank
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/bank/" id="bank" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span></a>
#auto
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/cars/auto-financing" id="auto" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Auto</span></a>
#businessOOF
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/small-business/homepage/" id="businessOOF" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Business</span></a>
#commercial
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/commercial/" id="commercial" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Commercial</span></a>
#benefits
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="unsafe:javascript:void(0);" id="benefits" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span></a>
#ods-input-0
<input _ngcontent-web-shell...="" type="text" id="ods-input-0" maxlength="50" name="ods-input-0" aria-label="Username" aria-describedby="us-login-auth-error-..." required="" class="login-username grv-s..." aria-invalid="false" value="">
#us-login-auth-error-user
<span _ngcontent-web-shell-c2931505271="" id="us-login-auth-error-user" class="grv-shr-lib-textfield__helper--error">Please enter required information</span>
#ods-input-1
<input _ngcontent-web-shell...="" type="password" id="ods-input-1" maxlength="64" name="ods-input-1" aria-label="Password" aria-describedby="us-login-auth-error-..." required="" class="login-password grv-s..." aria-invalid="false" value="">
#us-login-auth-error-pass
<span _ngcontent-web-shell-c2931505271="" id="us-login-auth-error-pass" class="grv-shr-lib-textfield__helper--error">Please enter required information</span>

Showing first 10 of 33 audited elements.

Images must have alternative text

Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.

Learn more

Audit Elements

.gds-fdic-sign--horizontal
<img _ngcontent-web-shell...="" alt="FDIC-Insured - Backe..." lang="en-US" src="data:image/png;base6..." class="gds-fdic-sign gds-fd...">
.site-footer__equal-housing-icon
<img _ngcontent-web-shell-c1549204580="" alt="Equal Housing Opportunity" aria-label="Equal Housing Opportunity" class="site-footer__equal-housing-icon ng-star-inserted" src="https://ecm.capitalone.com/WCM/navigation/assets/equalhousing_desktoptablet_logo.jpg">
Inline text spacing must be adjustable with custom stylesheets

Single-spaced text makes it difficult for people with cognitive disabilities to track lines while reading. Providing line spacing between 1.5 to 2 helps these users start a new line more easily after finishing the previous one.

Learn more

Audit Elements

rect
<rect _ngcontent-web-shell-c2748147077="" width="418" height="150.01" style="fill: none;"></rect>
path:nth-child(2)
<path _ngcontent-web-shell...="" d="M283.7,108.5h-.1c-17..." transform="translate(0 0)" style="fill: #cc2427;">
path:nth-child(3)
<path _ngcontent-web-shell...="" d="M295.1,100.4c.3,10.9..." transform="translate(0 0)" style="fill: #013d5b;">
path:nth-child(4)
<path _ngcontent-web-shell...="" d="M85.5,94.9a13,13,0,0..." transform="translate(0 0)" style="fill: #013d5b;">
path:nth-child(5)
<path _ngcontent-web-shell-c2748147077="" d="M155.5,111l6.2-34.9h17.1L172.6,111Zm7.2-42.9c.5-2.9,5-5.2,10.1-5.2s8.7,2.3,8.2,5.2-5,5.2-10.1,5.2S162.2,70.9,162.7,68.1Z" transform="translate(0 0)" style="fill: #013d5b;"></path>
path:nth-child(6)
<path _ngcontent-web-shell...="" d="M239.3,95l-2.9.8L229..." transform="translate(0 0)" style="fill: #013d5b;">
path:nth-child(7)
<path _ngcontent-web-shell...="" d="M49.6,98.5A62.3,62.3..." transform="translate(0 0)" style="fill: #013d5b;">
path:nth-child(8)
<path _ngcontent-web-shell-c2748147077="" d="M188.2,75.9l1.2-7.1L207.2,65l-1.9,10.9h8.8L212.4,83h-8.5l-5.1,28H181.5l5.2-28h-6.5l1.3-7h6.7Z" transform="translate(0 0)" style="fill: #013d5b;"></path>
polygon
<polygon _ngcontent-web-shell-c2748147077="" points="275 111 257.6 111 266.4 62.4 283.3 62.8 275 111" style="fill: #013d5b;"></polygon>
path:nth-child(10)
<path _ngcontent-web-shell...="" d="M133,84.3a10.4,10.4,..." transform="translate(0 0)" style="fill: #013d5b;">

Showing first 10 of 60 audited elements.

Interactive controls must not be nested

Nested interactive elements create empty tab stops where screen readers remain silent. When users tab to a focusable element inside another interactive control, they receive no information about its name, role, or state, creating a confusing and broken navigation experience.

Learn more

Audit Elements

.gds-fdic-sign--horizontal
<img _ngcontent-web-shell...="" alt="FDIC-Insured - Backe..." lang="en-US" src="data:image/png;base6..." class="gds-fdic-sign gds-fd...">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
#unav-l1-search
<button _ngcontent-web-shell-c303816499="" id="unav-l1-search" type="button" class="site-header__navlink site-utility-nav__search ng-star-inserted" tabindex="0" aria-label="Search"><span _ngcontent-web-shell-c303816499="" class="grv-shr-lib-text--normal">Search</span></button>
#footer-products-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-products-titl..." aria-controls="footer-products-sect..." aria-expanded="false">
#footer-get-to-know-us-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-get-to-know-u..." aria-controls="footer-get-to-know-u..." aria-expanded="false">
#footer-on-the-go-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-on-the-go-tit..." aria-controls="footer-on-the-go-sec..." aria-expanded="false">
#footer-legal-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-legal-title" aria-controls="footer-legal-section" aria-expanded="false">
#footer-support-title
<button _ngcontent-web-shell...="" type="button" class="product-header grv-s..." id="footer-support-title" aria-controls="footer-support-secti..." aria-expanded="false">
.site-footer__footNotes-title
<button _ngcontent-web-shell-c3156407817="" type="button" class="grv-shr-lib-text__heading--normal site-footer__footNotes-title site-footer__footNotes-title--active" aria-controls="footer-footnotes-accordion-section" aria-expanded="true" aria-label="Footnotes section content">
.site-footer__equal-housing-icon
<img _ngcontent-web-shell-c1549204580="" alt="Equal Housing Opportunity" aria-label="Equal Housing Opportunity" class="site-footer__equal-housing-icon ng-star-inserted" src="https://ecm.capitalone.com/WCM/navigation/assets/equalhousing_desktoptablet_logo.jpg">
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.

Learn more

Audit Elements

#card-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="card-menu-container" aria-labelledby="card">
#bank-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="bank-menu-container" aria-labelledby="bank">
#auto-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="auto-menu-container" aria-labelledby="auto">
#businessOOF-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="businessOOF-menu-container" aria-labelledby="businessOOF">
#commercial-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="commercial-menu-container" aria-labelledby="commercial">
#benefits-menu-container
<nav _ngcontent-web-shell-c1351971057="" class="ng-tns-c1351971057-4 ng-trigger ng-trigger-animateAudience ng-star-inserted" id="benefits-menu-container" aria-labelledby="benefits">
#universal-nav-footer
<footer _ngcontent-web-shell-c2698670788="" id="universal-nav-footer" class="fluid-width ng-star-inserted">
.breadcrumb
<nav _ngcontent-web-shell-c114928245="" aria-label="Breadcrumb" class="breadcrumb">
lang attribute must have a valid value

Screen readers use language-specific pronunciation libraries that must match the content's language. Invalid language declarations cause screen readers to use the wrong pronunciation library, making content sound confusing or unintelligible, especially for multilingual users who access content in multiple languages.

Learn more

Audit Elements

.gds-fdic-sign--horizontal
<img _ngcontent-web-shell...="" alt="FDIC-Insured - Backe..." lang="en-US" src="data:image/png;base6..." class="gds-fdic-sign gds-fd...">
Links must have discernible text

Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.

Learn more

Audit Elements

.site-header__skip-nav
<a _ngcontent-web-shell-c1855419180="" href="#default-id" class="site-header__skip-nav"> Skip to main content
</a>
.site-header__logo-container
<a _ngcontent-web-shell-c2748147077="" class="site-header__logo-container ng-star-inserted" href="https://www.capitalone.com/" target="_self">
#card
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/credit-cards/" id="card" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Credit Cards</span></a>
#bank
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/bank/" id="bank" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Checking &amp; Savings</span></a>
#auto
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/cars/auto-financing" id="auto" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Auto</span></a>
#businessOOF
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/small-business/homepage/" id="businessOOF" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Business</span></a>
#commercial
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="/commercial/" id="commercial" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Commercial</span></a>
#benefits
<a _ngcontent-web-shell-c1150557368="" class="site-header__navlink ng-star-inserted" target="_self" href="unsafe:javascript:void(0);" id="benefits" aria-expanded="false" aria-haspopup="true" style=""><span _ngcontent-web-shell-c1150557368="">Benefits &amp; Tools</span></a>
#unav-l1-signin
<a _ngcontent-web-shell-c303816499="" id="unav-l1-signin" class="site-header__navlink site-utility-nav__sign-in ng-star-inserted" href="https://verified.capitalone.com/auth/signin" target="_self"><span _ngcontent-web-shell-c303816499="">Sign In</span></a>
.logo
<a _ngcontent-web-shell-c2053972900="" aria-label="Capital One" class="logo" href="https://www.capitalone.com/" target="_self"><span _ngcontent-web-shell-c2053972900="">Capital One Home</span></a>

Showing first 10 of 54 audited elements.

Page must have means to bypass repeated blocks

Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.

Learn more

Audit Elements

html
<html lang="en">
Page should contain a level-one heading

Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.

Learn more

Audit Elements

html
<html lang="en">
Required ARIA attributes must be provided

ARIA widget roles need required attributes to describe their current state. Without these attributes, screen readers cannot communicate essential information like whether a checkbox is checked or a slider's current value, leaving users unable to interact effectively with the widget.

Learn more

Audit Elements

#unavHeader
<header _ngcontent-web-shell-c4216054597="" id="unavHeader" aria-label="Capital One Main Navigation" class="universal-nav header-wrapper fluid-width ng-star-inserted" role="dialog" aria-labelledby="navigationTitle" aria-modal="false">
svg
<svg _ngcontent-web-shell-c2748147077="" xmlns="http://www.w3.org/2000/svg" aria-label="Capital One Home" viewBox="0 0 418 150" role="img" class="site-header__logo ng-star-inserted">
Users should be able to zoom and scale the text up to 500%

The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width, initial-scale=1">
Zooming and scaling must not be disabled

Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width, initial-scale=1">

Browse results by category