Citibankcitibank.com
Accessibility Score
Issues Found
Issues Found
SeriousLinks must be distinguishable without relying on color1 element
People with low vision or color blindness cannot visually distinguish links from surrounding text without sufficient color contrast (3:1 ratio minimum). When link colors are too similar to regular text, users with visual impairments cannot identify which text is clickable.
Failing Elements
<a href="https://citicards.citi.com/usc/Digital-Welcome-Kit/WYNTK">Learn More</a>
Fix any of the following:
- The link has insufficient color contrast of 2.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #056dae, surrounding text: #333333)
- The link has no styling (such as underline) to distinguish it from the surrounding text
ModeratePage should contain a level-one heading1 element
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.
Failing Elements
<html class="cbolui-ddl" lang="en" data-beasties-container="" style="display: block; visibility: visible; opacity: 1;">
Fix all of the following:
- Page must have a level-one heading
Passed Audits
[role="img"] elements must have alternative text2 elements
Screen readers cannot convert visual images with role="img" into text without an accessible alternative. All users with visual disabilities, from complete blindness to low vision and color blindness, require text alternatives to access the information that images convey.
Audit Elements
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
<div _ngcontent-ssr-c4105219706="" role="img" id="close-icon" alt="Close" aria-label="Close" class="medium" style="width: 16px; height: 16px;">
<html> element must have a lang attribute1 element
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.
Audit Elements
<html class="cbolui-ddl" lang="en" data-beasties-container="" style="display: block; visibility: visible; opacity: 1;">
<html> element must have a valid value for the lang attribute1 element
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.
Audit Elements
<html class="cbolui-ddl" lang="en" data-beasties-container="" style="display: block; visibility: visible; opacity: 1;">
<ul> and <ol> must only directly contain <li>, <script> or <template> elements1 element
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.
Audit Elements
<ul _ngcontent-ssr-c4071452334="" class="nav-bar-main-ul" style="display: flex; position: static;">
All page content should be contained by landmarks394 elements
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.
Audit Elements
<app-root ng-version="19.2.18" ng-server-context="ssr">
<cbol-core>
<citi-parent-layout _nghost-ssr-c3920221554="" class="ng-tns-c3920221554-0">
<div _ngcontent-ssr-c3920221554="" class="ng-tns-c3920221554-0 citi-outer-container cbolui-cds">
<citi-header _ngcontent-ssr-c3920221554="" class="ng-tns-c3920221554-0" _nghost-ssr-c2192747645="">
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<div _ngcontent-ssr-c2192747645="" class="header ng-star-inserted">
<div _ngcontent-ssr-c2192747645="" class="primary-header">
<citi-banner2 _ngcontent-ssr-c2192747645="" _nghost-ssr-c2143624859="" class="ng-star-inserted">
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
Showing first 10 of 394 audited elements.
Alternative text of images should not be repeated as text9 elements
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.
Audit Elements
<img _ngcontent-ssr-c2143624859="" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/citiredesign.svg" alt="Citi" class="ng-star-inserted">
<img _ngcontent-ssr-c2143624859="" alt="Citi FDIC Insured" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Banner_v2.svg" id="fdicLogoA" class="ng-star-inserted">
<img _ngcontent-ssr-c4009481572="" class="product-image mpc_citicom_may2016" src="https://aemapi.citi.com/content/dam/cfs/uspb/usmkt/cbol-homepage/en/banners/images/HP_12909_MPC_Hero.png" alt="<b>Choose the right Citi® credit card for you</b> ">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Simplified Banking" data-expand="10" data-src="https://aemapi.citi...." src="https://aemapi.citi....">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Save More, Earn More..." data-expand="10" data-src="https://aemapi.citi...." src="https://aemapi.citi....">
<img _ngcontent-ssr-c1949...="" class="img-responsive AA_FA..." alt="Explore Citi® / AAdv..." data-expand="10" data-src="https://aemapi.citi...." src="https://aemapi.citi....">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Fraud isn't great at..." data-expand="10" data-src="https://aemapi.citi...." src="data:image/gif;base6...">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Unlock checking that..." data-expand="10" data-src="https://aemapi.citi...." src="data:image/gif;base6...">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP24_..." alt="Need Help Hitting Yo..." data-expand="10" data-src="https://aemapi.citi...." src="data:image/gif;base6...">
ARIA attributes must be used as specified for the element's role22 elements
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.
Audit Elements
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<a _ngcontent-ssr-c2143624859="" id="sessionFocusUrl" aria-label="citi-redesign-sessionfocus" tabindex="0" href="/" class="ng-star-inserted">
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
Showing first 10 of 22 audited elements.
ARIA attributes must conform to valid names22 elements
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.
Audit Elements
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<a _ngcontent-ssr-c2143624859="" id="sessionFocusUrl" aria-label="citi-redesign-sessionfocus" tabindex="0" href="/" class="ng-star-inserted">
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
Showing first 10 of 22 audited elements.
ARIA attributes must conform to valid values22 elements
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.
Audit Elements
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<a _ngcontent-ssr-c2143624859="" id="sessionFocusUrl" aria-label="citi-redesign-sessionfocus" tabindex="0" href="/" class="ng-star-inserted">
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
Showing first 10 of 22 audited elements.
ARIA commands must have an accessible name6 elements
Screen reader users cannot determine the purpose of interactive elements with role="link", role="button", or role="menuitem" that lack an accessible name. Without a name, these controls are essentially invisible to assistive technology users.
Audit Elements
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<div _ngcontent-ssr-c616239118="" role="button" id="passIconBtn" tabindex="0" class="passwordIcon ng-star-inserted">
ARIA hidden element must not be focusable or contain focusable elements24 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.
Audit Elements
<img _ngcontent-ssr-c2143624859="" aria-hidden="true" alt="" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Banner_v2.svg">
<img _ngcontent-ssr-c2143624859="" aria-hidden="true" alt="" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Banner_v2.svg">
<img _ngcontent-ssr-c1154411743="" aria-hidden="true" alt="Citi<sup id='reg' aria-hidden='true'>&reg;</sup> Credit Knowledge Center" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Nav_v2.svg" class="ktCenter">
<sup aria-hidden="true">®</sup>
<img _ngcontent-ssr-c1154411743="" aria-hidden="true" alt="Respond to Mail Offer" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Nav_v2.svg" class="mailOffer">
<img _ngcontent-ssr-c1154411743="" aria-hidden="true" alt="Check Your Application" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Nav_v2.svg" class="checkYourApp">
<img _ngcontent-ssr-c1154411743="" aria-hidden="true" alt="Personal Banking Guide" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Nav_v2.svg" class="personalBankingGuide">
<img _ngcontent-ssr-c1154411743="" aria-hidden="true" alt="Small Business Guide" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/109-smallbguide.svg" class="citismallbisguide">
<img _ngcontent-ssr-c1154411743="" aria-hidden="true" alt="Citi<sup id='reg'>&reg;</sup> Bonus Offers" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Nav_v2.svg" class="citiBonusOffers">
<img _ngcontent-ssr-c1154411743="" aria-hidden="true" alt="Mortgage Calculators" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Nav_v2.svg" class="mortCalc">
Showing first 10 of 24 audited elements.
ARIA role should be appropriate for the element98 elements
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.
Audit Elements
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
<a _ngcontent-ssr-c2143624859="" role="presentation" id="fdicFocusUrl" tabindex="0">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navcreditCardMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<ul _ngcontent-ssr-c1154411743="" role="list" class="subMenuGroupUL ng-star-inserted tnt_614909">
<li _ngcontent-ssr-c1154411743="" role="listitem" class="subMenuGroupLI ng-star-inserted">
<a _ngcontent-ssr-c1154411743="" tabindex="0" role="link" class="child-links ng-star-inserted tnt-MenuItem tnt-MenuBold" id="TntNewExplore" href="https://www.citi.com/credit-cards/?intc=citihpmenu~creditcards~explore~tnt_614909_&vac=">Explore Cards</a>
<li _ngcontent-ssr-c1154411743="" role="listitem" class="subMenuGroupLI ng-star-inserted tnt-MenuBottom">
<a _ngcontent-ssr-c1154411743="" tabindex="0" role="link" class="child-links ng-star-inserted tnt-MenuItem tnt-MenuBold" id="TntPreQ" href="https://online.citi.com/US/ag/cards/pre-screen?OC=CC-CITI-3D5&intc=citihpmenu_creditcards_pq~tnt_614909_&vac=">See If You’re Pre-Qualified</a>
Showing first 10 of 98 audited elements.
ARIA roles used must conform to valid values23 elements
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.
Audit Elements
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
<a _ngcontent-ssr-c2143624859="" role="presentation" id="fdicFocusUrl" tabindex="0">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navcreditCardMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navbankingMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navlendingMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="investingMainLI">
Showing first 10 of 23 audited elements.
aria-hidden="true" must not be present on the document body1 element
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.
Audit Elements
<body class="" style="visibility: visible;">
Banner landmark should not be contained in another landmark1 element
Banner landmarks must be top-level to effectively designate the header portion of the page. Nested banner landmarks fail to provide the structural information screen reader users need to navigate efficiently through the page layout.
Audit Elements
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
Buttons must have discernible text12 elements
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.
Audit Elements
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<button _ngcontent-ssr-c4071452334="" type="button" name="how can we help button" class="en_US howCanWeHelpButton main-links topNavButton ng-star-inserted"> How can we help? </button>
<button _ngcontent-ssr-c64256242="" type="button" aria-label="Close" class="cds-banner-close-button">
<button _ngcontent-ssr-c4009481572="" cdscta="primary" customertype="priority" size="large" class="cds-cta mpc_citicom_may2016 cds-cta-lg cds-cta-primary cds-cta-priority ng-star-inserted" aria-label="Learn More: CITI® CREDIT CARDS ">
<button _ngcontent-ssr-c14739861="" cdsbutton="primary" size="large" class="cds-button cds-signon-button cds-button-primary cds-button-lg" id="signInBtn"> Sign On </button>
<button _ngcontent-ssr-c616239118="" cdsbutton="alternate" size="large" id="qrButton" type="button" class="ng-star-inserted">
<button _ngcontent-ssr-c1662720147="" type="button" cdsbutton="primary" class="cds-button primary-btn w-100 HP23_Chk_LRN_Mtgen_HP cds-button-primary cds-button-df ng-star-inserted" aria-label="Learn More about Simplified Banking">
<button _ngcontent-ssr-c1662720147="" type="button" cdsbutton="primary" class="cds-button primary-btn w-100 HP23_Sav_LRN_Sim_GSAV cds-button-primary cds-button-df ng-star-inserted" aria-label="Learn More about Save More, Earn More ">
<button _ngcontent-ssr-c1662720147="" type="button" cdsbutton="primary" class="cds-button primary-btn w-100 AA_FAM3_CITICOM cds-button-primary cds-button-df ng-star-inserted" aria-label="Learn More about Explore Citi® / AAdvantage® Credit Cards">
<button _ngcontent-ssr-c1662720147="" type="button" cdsbutton="primary" class="cds-button primary-btn w-100 HP23_Cnt_LRN_FRD_CYBRSCMS cds-button-primary cds-button-df ng-star-inserted" aria-label="Learn More about LIFE AND MONEY BY CITI">
Showing first 10 of 12 audited elements.
Certain ARIA roles must be contained by particular parents8 elements
ARIA roles with missing required parent elements cannot function as intended for assistive technology users. Parent-child relationships convey essential hierarchy and context, like showing where an item sits within a tree structure. Without proper parents, this critical relationship information is lost.
Audit Elements
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navcreditCardMainLI">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navbankingMainLI">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navlendingMainLI">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="investingMainLI">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="wealthMgmntMainLI">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="butlerATMMainLI">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="butlerEspanolMainLI"><!----><!----><!----><!----><!----></li>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navOpenAccMainLI">
Contentinfo landmark should not be contained in another landmark1 element
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.
Audit Elements
<div _ngcontent-ssr-c3847067137="" role="contentinfo" class="footer ng-star-inserted"><!----><!----><div _ngcontent-ssr-c3847067137="" style="height: 814px;" class="ng-star-inserted"></div><!----></div>
Deprecated ARIA roles must not be used23 elements
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.
Audit Elements
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
<a _ngcontent-ssr-c2143624859="" role="presentation" id="fdicFocusUrl" tabindex="0">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navcreditCardMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navbankingMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navlendingMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="investingMainLI">
Showing first 10 of 23 audited elements.
Document should have one main landmark1 element
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.
Audit Elements
<html class="cbolui-ddl" lang="en" data-beasties-container="" style="display: block; visibility: visible; opacity: 1;">
Document should not have more than one banner landmark1 element
Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.
Audit Elements
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
Document should not have more than one contentinfo landmark1 element
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.
Audit Elements
<div _ngcontent-ssr-c3847067137="" role="contentinfo" class="footer ng-star-inserted"><!----><!----><div _ngcontent-ssr-c3847067137="" style="height: 814px;" class="ng-star-inserted"></div><!----></div>
Document should not have more than one main landmark1 element
Multiple main landmarks confuse screen reader users about where the primary content is located. Each page should have only one main landmark so users can quickly and predictably navigate to the primary content area.
Audit Elements
<div _ngcontent-ssr-c2749185675="" role="main">
Documents must have <title> element to aid in navigation1 element
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.
Audit Elements
<html class="cbolui-ddl" lang="en" data-beasties-container="" style="display: block; visibility: visible; opacity: 1;">
Elements must meet minimum color contrast ratio thresholds56 elements
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.
Audit Elements
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<span _ngcontent-ssr-c2143624859="">ATM / BRANCH</span>
<span _ngcontent-ssr-c2143624859="" lang="es">ESPAÑOL</span>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<a _ngcontent-ssr-c4071452334="" class="main-links mobileRightChevron topNavButton ng-star-inserted" id="navOpenAccmainAnchor8" href="/banking/bank-accounts?intc=citihpmenu_overview_bank-accounts">Open an Account</a>
<span _ngcontent-ssr-c64256242="">
Showing first 10 of 56 audited elements.
Elements must only use permitted ARIA attributes22 elements
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.
Audit Elements
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<a _ngcontent-ssr-c2143624859="" id="sessionFocusUrl" aria-label="citi-redesign-sessionfocus" tabindex="0" href="/" class="ng-star-inserted">
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
Showing first 10 of 22 audited elements.
Elements must only use supported ARIA attributes22 elements
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.
Audit Elements
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<a _ngcontent-ssr-c2143624859="" id="sessionFocusUrl" aria-label="citi-redesign-sessionfocus" tabindex="0" href="/" class="ng-star-inserted">
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
Showing first 10 of 22 audited elements.
Elements should not have tabindex greater than zero12 elements
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.
Audit Elements
<a _ngcontent-ssr-c2143624859="" id="sessionFocusUrl" aria-label="citi-redesign-sessionfocus" tabindex="0" href="/" class="ng-star-inserted">
<a _ngcontent-ssr-c2143624859="" role="presentation" id="fdicFocusUrl" tabindex="0">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<div _ngcontent-ssr-c616239118="" role="button" id="passIconBtn" tabindex="0" class="passwordIcon ng-star-inserted">
<a _ngcontent-ssr-c14739861="" tabindex="0" class="cds-signon-anchor register" id="register_acc" href="https://online.citi.com/US/ag/bank/registration/set-up-online-access" target="_self"> Register <!----></a>
<a _ngcontent-ssr-c14739861="" tabindex="0" class="cds-signon-anchor activate" id="activate_card" href="https://online.citi.com/US/ag/activate/index" target="_self"> Activate <!----></a>
Showing first 10 of 12 audited elements.
Form elements must have labels3 elements
Form labels are essential for screen reader users to understand what information each field requires. Without proper labels, screen readers cannot identify input expectations, fields don't receive focus when announced, and users with motor impairments lose the benefit of larger clickable areas that labels provide.
Audit Elements
<input _ngcontent-ssr-c616239118="" cdsinput="" type="text" formcontrolname="username" class="cds-input cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="User ID" maxlength="50" id="username">
<input _ngcontent-ssr-c616239118="" cdsinput="" formcontrolname="password" class="cds-input form-control cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="Password" type="password" maxlength="256" id="password">
<input _ngcontent-ssr-c574248989="" type="checkbox" class="cds-checkbox2-input" value="accepted" id="cds-checkbox2-0" name="remember" aria-describedby="cds-checkbox2-0-desc">
Form elements should have a visible label3 elements
The title and aria-describedby attributes provide supplementary hints, not labels. Screen readers treat these as advisory information rather than true labels, which prevents them from properly conveying the form element's purpose. Form fields need proper labels that can be programmatically determined.
Audit Elements
<input _ngcontent-ssr-c616239118="" cdsinput="" type="text" formcontrolname="username" class="cds-input cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="User ID" maxlength="50" id="username">
<input _ngcontent-ssr-c616239118="" cdsinput="" formcontrolname="password" class="cds-input form-control cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="Password" type="password" maxlength="256" id="password">
<input _ngcontent-ssr-c574248989="" type="checkbox" class="cds-checkbox2-input" value="accepted" id="cds-checkbox2-0" name="remember" aria-describedby="cds-checkbox2-0-desc">
Form field must not have multiple label elements3 elements
Multiple labels on the same form field cause inconsistent behavior across screen reader and browser combinations. Some will read the first label, others the last, and some will read both, creating confusion about what information the field requires.
Audit Elements
<input _ngcontent-ssr-c616239118="" cdsinput="" type="text" formcontrolname="username" class="cds-input cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="User ID" maxlength="50" id="username">
<input _ngcontent-ssr-c616239118="" cdsinput="" formcontrolname="password" class="cds-input form-control cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="Password" type="password" maxlength="256" id="password">
<input _ngcontent-ssr-c574248989="" type="checkbox" class="cds-checkbox2-input" value="accepted" id="cds-checkbox2-0" name="remember" aria-describedby="cds-checkbox2-0-desc">
Heading levels should only increase by one6 elements
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.
Audit Elements
<h2 _ngcontent-ssr-c2980266445="" class="headline">Simplified Banking</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Save More, Earn More </h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Explore Citi<sup>®</sup> / AAdvantage<sup>®</sup> Credit Cards</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Fraud isn't great at <em>speling</em>.</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Unlock checking that grows with you</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Need Help Hitting Your Money Goals?</h2>
Headings should not be empty6 elements
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.
Audit Elements
<h2 _ngcontent-ssr-c2980266445="" class="headline">Simplified Banking</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Save More, Earn More </h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Explore Citi<sup>®</sup> / AAdvantage<sup>®</sup> Credit Cards</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Fraud isn't great at <em>speling</em>.</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Unlock checking that grows with you</h2>
<h2 _ngcontent-ssr-c2980266445="" class="headline">Need Help Hitting Your Money Goals?</h2>
IDs used in ARIA and labels must be unique4 elements
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.
Audit Elements
<input _ngcontent-ssr-c616239118="" cdsinput="" type="text" formcontrolname="username" class="cds-input cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="User ID" maxlength="50" id="username">
<input _ngcontent-ssr-c616239118="" cdsinput="" formcontrolname="password" class="cds-input form-control cds-placeholder-text ng-untouched ng-pristine cdk-text-field-autofill-monitored ng-invalid" placeholder="Password" type="password" maxlength="256" id="password">
<input _ngcontent-ssr-c574248989="" type="checkbox" class="cds-checkbox2-input" value="accepted" id="cds-checkbox2-0" name="remember" aria-describedby="cds-checkbox2-0-desc">
<div _ngcontent-ssr-c574248989="" class="cds-checkbox2-description" id="cds-checkbox2-0-desc"></div>
Images must have alternative text9 elements
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.
Audit Elements
<img _ngcontent-ssr-c2143624859="" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/citiredesign.svg" alt="Citi" class="ng-star-inserted">
<img _ngcontent-ssr-c2143624859="" alt="Citi FDIC Insured" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Banner_v2.svg" id="fdicLogoA" class="ng-star-inserted">
<img _ngcontent-ssr-c4009481572="" class="product-image mpc_citicom_may2016" src="https://aemapi.citi.com/content/dam/cfs/uspb/usmkt/cbol-homepage/en/banners/images/HP_12909_MPC_Hero.png" alt="<b>Choose the right Citi® credit card for you</b> ">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Simplified Banking" data-expand="10" data-src="https://aemapi.citi...." src="https://aemapi.citi....">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Save More, Earn More..." data-expand="10" data-src="https://aemapi.citi...." src="https://aemapi.citi....">
<img _ngcontent-ssr-c1949...="" class="img-responsive AA_FA..." alt="Explore Citi® / AAdv..." data-expand="10" data-src="https://aemapi.citi...." src="https://aemapi.citi....">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Fraud isn't great at..." data-expand="10" data-src="https://aemapi.citi...." src="data:image/gif;base6...">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP23_..." alt="Unlock checking that..." data-expand="10" data-src="https://aemapi.citi...." src="data:image/gif;base6...">
<img _ngcontent-ssr-c1949...="" class="img-responsive HP24_..." alt="Need Help Hitting Yo..." data-expand="10" data-src="https://aemapi.citi...." src="data:image/gif;base6...">
Inline text spacing must be adjustable with custom stylesheets17 elements
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.
Audit Elements
<html class="cbolui-ddl" lang="en" data-beasties-container="" style="display: block; visibility: visible; opacity: 1;">
<body class="" style="visibility: visible;">
<ul _ngcontent-ssr-c4071452334="" class="nav-bar-main-ul" style="display: flex; position: static;">
<cds-banner-alert _ngcontent-ssr-c64256242="" role="alert" banneralerttype="marketing" announceclosemessage="Banner Alert Closed" class="cds-banner-alert marketing-alert" _nghost-ssr-c1207676835="" id="outage-banner-alert-1" style="display: block;">
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
<div _ngcontent-ssr-c4105219706="" role="img" id="close-icon" alt="Close" aria-label="Close" class="medium" style="width: 16px; height: 16px;">
<div _ngcontent-ssr-c4009481572="" class="heroReskinSection" style="background-image: url("/cbol-hp-static-assets/assets/img/Citi-futuristic-angles-bg-compressed.jpg");"><div _ngcontent-ssr-c6162...="" id="visibility-icon" aria-label="Show Password" style="background: url("dat..."><div _ngcontent-ssr-c616239118="" links="" style="padding-bottom: 10px;">
<div _ngcontent-ssr-c616239118="" style="width: 100%;" class="ng-star-inserted">
Showing first 10 of 17 audited elements.
Interactive controls must not be nested30 elements
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.
Audit Elements
<img _ngcontent-ssr-c2143624859="" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/citiredesign.svg" alt="Citi" class="ng-star-inserted">
<img _ngcontent-ssr-c2143624859="" alt="Citi FDIC Insured" src="https://aemapi.citi.com/content/dam/cfs/mobile/assets/CBOL/IA/Angular/assets/Citi_Icon_Sprite_Banner_v2.svg" id="fdicLogoA" class="ng-star-inserted">
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="investingmainAnchor3" role="button" aria-expanded="false">Investing</a>
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="wealthMgmntmainAnchor4" role="button" aria-expanded="false">Wealth Management</a>
<button _ngcontent-ssr-c4071452334="" type="button" name="how can we help button" class="en_US howCanWeHelpButton main-links topNavButton ng-star-inserted"> How can we help? </button>
<div _ngcontent-ssr-c4105219706="" role="img" id="" alt="Alert Section" aria-label="information icon" class="medium" style="width: 24px; height: 24px;">
Showing first 10 of 30 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination4 elements
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.
Audit Elements
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<div _ngcontent-ssr-c2749185675="" role="main">
<div _ngcontent-ssr-c3847067137="" role="contentinfo" class="footer ng-star-inserted"><!----><!----><div _ngcontent-ssr-c3847067137="" style="height: 814px;" class="ng-star-inserted"></div><!----></div>
lang attribute must have a valid value2 elements
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.
Audit Elements
<button _ngcontent-ssr-c2143624859="" id="langBtn" data-target="#citi-modalb2" lang="es" aria-label="Haz clic para cambiar la página al español" class="ng-star-inserted">
<span _ngcontent-ssr-c2143624859="" lang="es">ESPAÑOL</span>
Links must have discernible text22 elements
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.
Audit Elements
<a _ngcontent-ssr-c2192747645="" aria-live="assertive" class="alternateSkipNav" href="">Skip to Content</a>
<a _ngcontent-ssr-c2143624859="" id="sessionFocusUrl" aria-label="citi-redesign-sessionfocus" tabindex="0" href="/" class="ng-star-inserted">
<a _ngcontent-ssr-c2143624859="" id="atmLink" href="/citibank-location-finder" class="ng-star-inserted">
<a _ngcontent-ssr-c4071452334="" class="main-links mobileRightChevron topNavButton ng-star-inserted" id="navOpenAccmainAnchor8" href="/banking/bank-accounts?intc=citihpmenu_overview_bank-accounts">Open an Account</a>
<a href="https://citicards.citi.com/usc/Digital-Welcome-Kit/WYNTK">Learn More</a>
<a _ngcontent-ssr-c4009481572="" href="https://www.citi.com/credit-cards/compare/view-all-credit-cards?afc=105&intc=1~1~52~6~BANR~1~mpc_Default_citicomREDPE_aug2016~OMPC105" target="_self">
<a _ngcontent-ssr-c14739861="" tabindex="0" class="cds-signon-anchor register" id="register_acc" href="https://online.citi.com/US/ag/bank/registration/set-up-online-access" target="_self"> Register <!----></a>
<a _ngcontent-ssr-c14739861="" tabindex="0" class="cds-signon-anchor activate" id="activate_card" href="https://online.citi.com/US/ag/activate/index" target="_self"> Activate <!----></a>
<a _ngcontent-ssr-c616239118="" id="RequestUserIDReminder" href="https://online.citi.com/US/ag/forgot-userid-pwd/account-type?fuipFlowInd=userID" tabindex="0">User ID</a>
<a _ngcontent-ssr-c616239118="" id="ForgotPassword" href="https://online.citi.com/US/ag/forgot-userid-pwd/account-type?fuipFlowInd=pwd" tabindex="0">Password</a>
Showing first 10 of 22 audited elements.
Main landmark should not be contained in another landmark1 element
The main landmark must be at the top level and not nested inside other landmarks. This ensures screen reader users can quickly navigate to the primary content without searching through complex hierarchy, making page navigation simpler and more predictable.
Audit Elements
<div _ngcontent-ssr-c2749185675="" role="main">
Page must have means to bypass repeated blocks1 element
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.
Audit Elements
<html class="cbolui-ddl" lang="en" data-beasties-container="" style="display: block; visibility: visible; opacity: 1;">
Required ARIA attributes must be provided23 elements
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.
Audit Elements
<div _ngcontent-ssr-c2143624859="" role="banner" class="banner ng-star-inserted">
<a _ngcontent-ssr-c2143624859="" role="presentation" id="fdicFocusUrl" tabindex="0">
<div _ngcontent-ssr-c4071452334="" role="navigation" aria-label="Main" class="navigationParent blueTopNavTheme preLogin ng-star-inserted">
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navcreditCardMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navcreditCardmainAnchor0" role="button" aria-expanded="false">Credit Cards</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navbankingMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navbankingmainAnchor1" role="button" aria-expanded="false">Banking</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="navlendingMainLI">
<a _ngcontent-ssr-c4071452334="" tabindex="0" class="main-links mobileRightChevron topNavTabs ng-star-inserted" id="navlendingmainAnchor2" role="button" aria-expanded="false">Lending</a>
<li _ngcontent-ssr-c4071452334="" role="listitem" class="mainListItem ng-star-inserted" id="investingMainLI">
Showing first 10 of 23 audited elements.
Users should be able to zoom and scale the text up to 500%1 element
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.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1">
Zooming and scaling must not be disabled1 element
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.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1">