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

Fordford.com

Screenshot of Ford

Accessibility Score

48Poor

Issues Found

61Critical1Serious3Moderate1Minor

Issues Found

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

Failing Elements

input[aria-owns="fgx-brand-searchFooterResults"]
<input type="search" class="search-input" name="f:searchInputString" aria-owns="fgx-brand-searchFooterResults" aria-autocomplete="list" placeholder="Search" aria-label="Type your search" role="textbox" autocapitalize="none" autocorrect="off">

Fix all of the following:

  • Invalid ARIA attribute value: aria-owns="fgx-brand-searchFooterResults"
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

Failing Elements

.gdux--lightTheme.pad-top-56.pad-bottom-none > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<p class="cmp-grid__eyebrow fade fade-in">
                        Explore All Vehicles
                    </p>

Fix any of the following:

  • Element has insufficient color contrast of 1.32 (foreground color: #e0e0e0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
.gdux--lightTheme.pad-top-56.pad-bottom-none > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__heading-container > .cmp-grid__heading
<h1 class="cmp-grid__heading fade fade-in">
                        Find Your Ford
                    </h1>

Fix any of the following:

  • Element has insufficient color contrast of 1.6 (foreground color: #cccccc, background color: #ffffff, font size: 36.0pt (48px), font weight: normal). Expected contrast ratio of 3:1
.pad-top-56.pad-bottom-none.inherit > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<h2 class="cmp-grid__eyebrow fade fade-in">
                        Technology
                    </h2>

Fix any of the following:

  • Element has insufficient color contrast of 1.32 (foreground color: #e0e0e0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
.pad-top-56.pad-bottom-none.inherit > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__heading-container > .cmp-grid__heading.fade.fade-in
<p class="cmp-grid__heading fade fade-in">
                        Create Your Perfect Drive
                    </p>

Fix any of the following:

  • Element has insufficient color contrast of 1.6 (foreground color: #cccccc, background color: #ffffff, font size: 36.0pt (48px), font weight: normal). Expected contrast ratio of 3:1
.grid:nth-child(38) > .cmp-grid > .pad-bottom-56.pad-top-56.inherit > .cmp-grid__text-container.pad-bottom-56 > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<h2 class="cmp-grid__eyebrow fade fade-in">
                        Buying A Ford
                    </h2>

Fix any of the following:

  • Element has insufficient color contrast of 1.32 (foreground color: #e0e0e0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
.grid:nth-child(38) > .cmp-grid > .pad-bottom-56.pad-top-56.inherit > .cmp-grid__text-container.pad-bottom-56 > .cmp-grid__heading-container > .cmp-grid__heading.fade.fade-in
<p class="cmp-grid__heading fade fade-in">
                        Get a Quote. Get Keys. Get Going.
                    </p>

Fix any of the following:

  • Element has insufficient color contrast of 1.6 (foreground color: #cccccc, background color: #ffffff, font size: 36.0pt (48px), font weight: normal). Expected contrast ratio of 3:1
#mediaAccordion-The\ Ford\ Owner\ Experience > .fade.fade-in
<h2 class="fade fade-in">The Ford Owner Experience</h2>

Fix any of the following:

  • Element has insufficient color contrast of 1.6 (foreground color: #cccccc, background color: #ffffff, font size: 30.0pt (40px), font weight: normal). Expected contrast ratio of 3:1
#ford-inspires > .cmp-grid__text-container.pad-bottom-56 > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<p class="cmp-grid__eyebrow fade fade-in">
                        In the News, In Your Community 
                    </p>

Fix any of the following:

  • Element has insufficient color contrast of 1.32 (foreground color: #e0e0e0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
#ford-inspires-id > .cmp-grid__heading.fade.fade-in
<p class="cmp-grid__heading fade fade-in">
                        Ford Inspires
                    </p>

Fix any of the following:

  • Element has insufficient color contrast of 1.6 (foreground color: #cccccc, background color: #ffffff, font size: 36.0pt (48px), font weight: normal). Expected contrast ratio of 3:1
.gdux--darkTheme > .cmp-grid__text-container.pad-bottom-56 > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<h2 class="cmp-grid__eyebrow fade fade-in">
                        Vehicle Spotlight
                    </h2>

Fix any of the following:

  • Element has insufficient color contrast of 1.54 (foreground color: #2e2e2e, background color: #000000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1

Showing first 10 of 12 failing elements.

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

Failing Elements

.globalFooter
<footer class="globalFooter brand-ds-style brand-ds-icons fgx-brand-print-hide" data-fgx-global-footer="" data-fgx-init="1">

Fix any of the following:

  • The contentinfo landmark is contained in another landmark.
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

Failing Elements

body > footer
<footer class="fgx-pantry-bootstrap fgx-brand-css">

Fix any of the following:

  • Document has more than one contentinfo landmark
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

Failing Elements

#vjs_video_3
<div id="vjs_video_3" dashvideo="https://www.ford.com..." loop="true" playsinline="true" userinactive="false" muted="true" class="video-js vjs-default..." tabindex="-1" lang="en-us" translate="no" role="region" aria-label="Video Player">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
body > footer
<footer class="fgx-pantry-bootstrap fgx-brand-css">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
.search-form
<nav class="search-form" role="navigation">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
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

#carousel-0ae54a64ee
<section id="carousel-0ae54a64ee" class="cmp-carousel-slider background-white pad-top-56 pad-bottom-56 cmp-billboardCarousel" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Fix any of the following:

  • ARIA role region is not allowed for given element
#carousel-d9c410efcc
<section id="carousel-d9c410efcc" class="cmp-carousel-slider gdux--lightTheme background-white  pad-top-56 pad-bottom-56" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Fix any of the following:

  • ARIA role region is not allowed for given element
#carousel-3757645cb8
<section id="carousel-3757645cb8" class="cmp-carousel-slider  background-white  pad-top-56 pad-bottom-56" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Fix any of the following:

  • ARIA role region is not allowed for given element
input[aria-owns="fgx-brand-searchFooterResults"]
<input type="search" class="search-input" name="f:searchInputString" aria-owns="fgx-brand-searchFooterResults" aria-autocomplete="list" placeholder="Search" aria-label="Type your search" role="textbox" autocapitalize="none" autocorrect="off">

Fix any of the following:

  • ARIA role textbox 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-US" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no">
<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-US" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no">
<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

.locate-dealer.main-nav-item.hidden-sm
<li class="main-nav-item no-float-md locate-dealer hidden-xs hidden-sm">
#carousel-0ae54a64ee-item-bddfea9656-tabpanel
<li id="carousel-0ae54a64ee-..." class="cmp-carousel-slider_..." aria-roledescription="slide" aria-label="1 of 2" data-cmp-data-layer="{"carousel-0ae54a64e..." data-cmp-hook-carous...="item" data-slide-index="1">
#carousel-0ae54a64ee-item-0525045a34-tabpanel
<li id="carousel-0ae54a64ee-..." class="cmp-carousel-slider_..." aria-roledescription="slide" aria-label="2 of 2" data-cmp-data-layer="{"carousel-0ae54a64e..." data-cmp-hook-carous...="item" data-slide-index="2">
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider-pagination-crumbs-container > .cmp-carousel-slider-pagination-crumbs[aria-label="carousel controls"][data-pagination-label="Slide 1"] > li:nth-child(1)
<li><button role="button" tabindex="-1" class="cmp-carousel-slider-pagination-crumbs-ol" data-slide-number="1" aria-label="Slide 1"></button></li>
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider-pagination-crumbs-container > .cmp-carousel-slider-pagination-crumbs[aria-label="carousel controls"][data-pagination-label="Slide 1"] > li:nth-child(2)
<li><button class="cmp-carousel-slider-pagination-crumbs-ol active-crumb" data-slide-number="2" aria-label="Slide 1 2" tabindex="-1" aria-current="true"></button></li>
#carousel-d9c410efcc-item-d02efdf787-tabpanel
<li id="carousel-d9c410efcc-..." class="cmp-carousel-slider_..." aria-roledescription="slide" aria-label="1 of 3" data-cmp-data-layer="{"carousel-d9c410efc..." data-cmp-hook-carous...="item" data-slide-index="1">
#carousel-d9c410efcc-item-92bbe27e95-tabpanel
<li id="carousel-d9c410efcc-..." class="cmp-carousel-slider_..." aria-roledescription="slide" aria-label="2 of 3" data-cmp-data-layer="{"carousel-d9c410efc..." data-cmp-hook-carous...="item" data-slide-index="2">
#carousel-d9c410efcc-item-bfaadb8d59-tabpanel
<li id="carousel-d9c410efcc-..." class="cmp-carousel-slider_..." aria-roledescription="slide" aria-label="3 of 3" data-cmp-data-layer="{"carousel-d9c410efc..." data-cmp-hook-carous...="item" data-slide-index="3">
#carousel-3757645cb8-item-bce0b3f957-tabpanel
<li id="carousel-3757645cb8-..." class="cmp-carousel-slider_..." aria-roledescription="slide" aria-label="1 of 3" data-cmp-data-layer="{"carousel-3757645cb..." data-cmp-hook-carous...="item" data-slide-index="1">
#carousel-3757645cb8-item-8b12fe16cb-tabpanel
<li id="carousel-3757645cb8-..." class="cmp-carousel-slider_..." aria-roledescription="slide" aria-label="2 of 3" data-cmp-data-layer="{"carousel-3757645cb..." data-cmp-hook-carous...="item" data-slide-index="2">

Showing first 10 of 97 audited elements.

<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

div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider__item-container > .cmp-carousel-slider-content[aria-atomic="false"][aria-live="polite"]
<ul class="cmp-carousel-slider-content " aria-atomic="false" aria-live="polite" style="transform: translateX(-1280px);">
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider-pagination-crumbs-container > .cmp-carousel-slider-pagination-crumbs[aria-label="carousel controls"][data-pagination-label="Slide 1"]
<ul class="cmp-carousel-slider-pagination-crumbs" aria-label="carousel controls" data-pagination-label="Slide 1">
.hideChipsOnDesktop > .cmp-carousel-slider__item-container > .cmp-carousel-slider-content[aria-atomic="false"][aria-live="polite"]
<ul class="cmp-carousel-slider-content " aria-atomic="false" aria-live="polite" style="transform: translateX(0px);">
#carousel-3757645cb8 > .cmp-carousel-slider__wrapper[data-current-slide="1"][data-total-slides="3"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider__item-container > .cmp-carousel-slider-content[aria-atomic="false"][aria-live="polite"]
<ul class="cmp-carousel-slider-content " aria-atomic="false" aria-live="polite" style="transform: translateX(0px);">
.container.hidden-xs.fgx-brand-global-container-pad > .popular > .list-inline.terms
<ul class="list-inline terms">
ul[aria-labelledby="brand-ftr-main-col-0-hdr"]
<ul class="nav navbar-nav" aria-labelledby="brand-ftr-main-col-0-hdr">
ul[aria-labelledby="brand-ftr-main-col-1-hdr"]
<ul class="nav navbar-nav" aria-labelledby="brand-ftr-main-col-1-hdr">
ul[aria-labelledby="brand-ftr-main-col-2-hdr"]
<ul class="nav navbar-nav" aria-labelledby="brand-ftr-main-col-2-hdr">
ul[aria-labelledby="brand-ftr-main-col-3-hdr"]
<ul class="nav navbar-nav" aria-labelledby="brand-ftr-main-col-3-hdr">
ul[aria-labelledby="brand-ftr-main-col-4-hdr"]
<ul class="nav navbar-nav" aria-labelledby="brand-ftr-main-col-4-hdr">

Showing first 10 of 13 audited elements.

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

main
<main class="main-container">
header
<header class="fgx-pantry-bootstrap fgx-brand-css" style="opacity: 1;">
#brand-nav-main-container
<div class="fordMainNavigationR2..." data-notification-en...="no" data-greeting="Hi" data-dynamic-scroll-...="false" data-cart-enabled="true" id="brand-nav-main-conta..." data-fgx-ford-main-n...="" data-fgx-init="1">
.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
.container-fluid
<div class="container-fluid fgx-main-content-wrap fgx-brand-global-container-pad">
.navbar-header
<div class="navbar-header no-float-md">
.fgx-skip-content-link
<a href="#brand-nav-content-end" class="fgx-brand-offscreen fgx-skip-content-link fgx-btn">Skip To Content</a>
#brand-nav-main-menu-cnt
<div class="fgx-navbar-collapse collapse menu-items-container hidden-xs hidden-sm" id="brand-nav-main-menu-cnt">
.fgx-mbl-lst-wrap
<ul class="fgx-mbl-lst-wrap fgx-clean-ul" role="presentation" data-role-cfg="{"mbl": "list", "dsk": "presentation"}">
.fgx-mbl-lst-wrap > div
<div>

Showing first 10 of 1289 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

#vhpbillboardtarget1 > .cmp-billboard__section.position.overlap-nav > .cmp_media > .image > picture > img[fetchpriority="high"]
<img src="https://www.assets.f..." srcset="https://www.assets.f..." alt="Ford and MLB partner..." fetchpriority="high">
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav > .cmp_media > .image > picture > img[fetchpriority="high"]
<img src="https://www.assets.f..." srcset="https://www.assets.f..." alt="A 2025 Ford F-150® c..." fetchpriority="high">
.width-lg-6.width-md-4.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyloaded
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class=" lazyloaded" alt="A Ford Bronco Badlan..." srcset="https://www.assets.f..." src="https://www.assets.f...">
div[data-correlation-id="f2b04041"] > .width-lg-6.width-md-4.cmp-teaser > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyloaded
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class=" lazyloaded" alt="A blue with white gr..." srcset="https://www.assets.f..." src="https://www.assets.f...">
.width-lg-12.width-md-8.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyloaded
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class=" lazyloaded" alt="A Red Bull Formula O..." srcset="https://www.assets.f..." src="https://www.assets.f...">
div[data-correlation-id="b3301b69"] > .width-lg-6.width-md-4.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." class="lazyload" alt="A blue 2026 Ford Mav...">
div[data-correlation-id="7e095832"] > .width-lg-6.width-md-4.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." class="lazyload" alt="A red Ford Maverick ...">
div[data-correlation-id="0f7ce232"] > .width-lg-6.width-md-4.cmp-teaser > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." class="lazyload" alt="A fleet of Ford truc...">
div[data-content-id="3"] > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class="lazyload" alt="2025 Ford Mustang Ma...">
.cmp-banner__bgimage
<img src="/acslibs/content/dam/na/ford/en_us/images/brand/HP-BuildPrice-Skinny-Banner_2160x573.png" alt="Text with the words Build and Price shown on a blue banner" loading="lazy" class="cmp-banner__bgimage">

Showing first 10 of 21 audited elements.

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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
#brand-nav-vm-av-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-vm-av-btn" data-flyout-type="main" aria-controls="brand-nav-vm-av-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm1-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm1-btn" data-flyout-type="main" aria-controls="brand-nav-gm1-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm2-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm2-btn" data-flyout-type="main" aria-controls="brand-nav-gm2-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm3-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm3-btn" data-flyout-type="main" aria-controls="brand-nav-gm3-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-search-expand-btn
<button class="fgx-btn utility-item fgx-brand-container-pad-mbl fgx-search-trigger" id="brand-nav-search-expand-btn" aria-expanded="false" aria-controls="fgxMainNavSearchFormWrapper">
#brand-nav-lad-desktop-lnk
<a class="utility-item locate-..." href="//www.ford.com/deale..." id="brand-nav-lad-deskto..." aria-label="Locate Dealer" data-fd-metrics-clic...="{"id":"action0018","...">
#brand-nav-user-btn-dsk
<button class="utility-item flyout-..." id="brand-nav-user-btn-d..." data-flyout-type="utility" aria-controls="brand-nav-user-cnt-d..." data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-lang-btn-mbl
<button class="flyout-toggle fgx-btn utility-item fgx-brand-container-pad-mbl" aria-expanded="false" id="brand-nav-lang-btn-mbl" data-flyout-type="utility" aria-controls="brand-nav-lang-cnt-mbl" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
#carousel-0ae54a64ee
<section id="carousel-0ae54a64ee" class="cmp-carousel-slider background-white pad-top-56 pad-bottom-56 cmp-billboardCarousel" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Showing first 10 of 108 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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
#brand-nav-vm-av-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-vm-av-btn" data-flyout-type="main" aria-controls="brand-nav-vm-av-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm1-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm1-btn" data-flyout-type="main" aria-controls="brand-nav-gm1-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm2-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm2-btn" data-flyout-type="main" aria-controls="brand-nav-gm2-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm3-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm3-btn" data-flyout-type="main" aria-controls="brand-nav-gm3-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-search-expand-btn
<button class="fgx-btn utility-item fgx-brand-container-pad-mbl fgx-search-trigger" id="brand-nav-search-expand-btn" aria-expanded="false" aria-controls="fgxMainNavSearchFormWrapper">
#brand-nav-lad-desktop-lnk
<a class="utility-item locate-..." href="//www.ford.com/deale..." id="brand-nav-lad-deskto..." aria-label="Locate Dealer" data-fd-metrics-clic...="{"id":"action0018","...">
#brand-nav-user-btn-dsk
<button class="utility-item flyout-..." id="brand-nav-user-btn-d..." data-flyout-type="utility" aria-controls="brand-nav-user-cnt-d..." data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-lang-btn-mbl
<button class="flyout-toggle fgx-btn utility-item fgx-brand-container-pad-mbl" aria-expanded="false" id="brand-nav-lang-btn-mbl" data-flyout-type="utility" aria-controls="brand-nav-lang-cnt-mbl" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
#carousel-0ae54a64ee
<section id="carousel-0ae54a64ee" class="cmp-carousel-slider background-white pad-top-56 pad-bottom-56 cmp-billboardCarousel" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Showing first 10 of 108 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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
#brand-nav-vm-av-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-vm-av-btn" data-flyout-type="main" aria-controls="brand-nav-vm-av-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm1-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm1-btn" data-flyout-type="main" aria-controls="brand-nav-gm1-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm2-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm2-btn" data-flyout-type="main" aria-controls="brand-nav-gm2-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm3-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm3-btn" data-flyout-type="main" aria-controls="brand-nav-gm3-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-search-expand-btn
<button class="fgx-btn utility-item fgx-brand-container-pad-mbl fgx-search-trigger" id="brand-nav-search-expand-btn" aria-expanded="false" aria-controls="fgxMainNavSearchFormWrapper">
#brand-nav-lad-desktop-lnk
<a class="utility-item locate-..." href="//www.ford.com/deale..." id="brand-nav-lad-deskto..." aria-label="Locate Dealer" data-fd-metrics-clic...="{"id":"action0018","...">
#brand-nav-user-btn-dsk
<button class="utility-item flyout-..." id="brand-nav-user-btn-d..." data-flyout-type="utility" aria-controls="brand-nav-user-cnt-d..." data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-lang-btn-mbl
<button class="flyout-toggle fgx-btn utility-item fgx-brand-container-pad-mbl" aria-expanded="false" id="brand-nav-lang-btn-mbl" data-flyout-type="utility" aria-controls="brand-nav-lang-cnt-mbl" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
#carousel-0ae54a64ee
<section id="carousel-0ae54a64ee" class="cmp-carousel-slider background-white pad-top-56 pad-bottom-56 cmp-billboardCarousel" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Showing first 10 of 104 audited elements.

ARIA commands must have an accessible name

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.

Learn more

Audit Elements

.width-lg-6.width-md-4.activeDisclaimer > .contentContainer > .cmp-teaser__disclaimer > .disclaimer > p > .disclosure[data-disc="Image Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Image Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure Image Details" data-listener-added="true">Image Details</span>
.width-lg-12.width-md-8.activeDisclaimer > .contentContainer > .cmp-teaser__disclaimer > .disclaimer > p > .disclosure[data-disc="Image Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Image Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure Image Details" data-listener-added="true">Image Details</span>
div[data-correlation-id="d9db3017"] > .width-lg-4.width-md-4.activeDisclaimer > .contentContainer > .cmp-teaser__disclaimer > .disclaimer > p > .disclosure[data-disc="Video Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Video Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure Video Details" data-listener-added="true">Video Details</span>
.cmp-teaser__disclaimer > .disclaimer > p > sup[data-disc-id="2026-maverick-lobo-model-shown"][data-disc="Vehicle Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Vehicle Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure Vehicle Details" data-listener-added="true">Vehicle Details</span>
span[aria-label="Disclosure 127"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure 127" data-listener-added="true">127</span>
span[aria-label="Disclosure 24"]
<span class="disclosure_id" tabindex="-1" role="button" aria-label="Disclosure 24" data-listener-added="true">24</span>
sup[data-disc-id="DiscWifiAppsMapsHPM"] > .disclosure_id[aria-label="Disclosure *"][data-listener-added="true"]
<span class="disclosure_id" tabindex="-1" role="button" aria-label="Disclosure *" data-listener-added="true">*</span>
sup[data-disc-id="DiscCoPilot360HPM"] > .disclosure_id[aria-label="Disclosure *"][data-listener-added="true"]
<span class="disclosure_id" tabindex="-1" role="button" aria-label="Disclosure *" data-listener-added="true">*</span>
#ford-mobile-service-tabpanel > .disclaimerScrim.contentContainer > .cmp-teaser__disclaimer > .disclaimer > p > sup[data-disc-id="image detail mobile services"][data-disc="Image Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Image Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure Image Details" data-listener-added="true">Image Details</span>
#ford-pickup-\&-delivery-tabpanel > .disclaimerScrim.contentContainer > .cmp-teaser__disclaimer > .disclaimer > p > sup[data-disc-id="image details pick up"][data-disc="Image Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Image Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="-1" role="button" aria-label="Disclosure Image Details" data-listener-added="true">Image Details</span>

Showing first 10 of 12 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

div[aria-label="Privacy"]
<div role="dialog" aria-label="Privacy">
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

.fgx-brand-sr-text[aria-hidden="true"]
<span class="fgx-brand-sr-text" aria-hidden="true">Customer Viewpoint Ratings and Reviews</span>
.instructions > .icon-search-glass-25px.icon[aria-hidden="true"]
<span class="icon icon-search-glass-25px" aria-hidden="true"></span>
.search-overlay-submit > .icon-search-glass-25px.icon[aria-hidden="true"]
<span class="icon icon-search-glass-25px" aria-hidden="true"></span>
.lines
<span class="lines" aria-hidden="true"></span>
.fgx-navbar-toggle-text
<span class="fgx-navbar-toggle-text fgx-open-icon" aria-hidden="true">Menu</span>
#brand-nav-vm-av-btn > .content-wrap > .nav-accordion-icon
<i class="fgx-icon nav-accordion-icon" aria-hidden="true"></i>
#brand-nav-vm-av-seg1-btn > .content-wrap > .sub-nav-link-icon
<i class="fgx-icon sub-nav-link-icon" aria-hidden="true"></i>
#brand-nav-vm-av-seg2-btn > .content-wrap > .sub-nav-link-icon
<i class="fgx-icon sub-nav-link-icon" aria-hidden="true"></i>
#brand-nav-vm-av-seg3-btn > .content-wrap > .sub-nav-link-icon
<i class="fgx-icon sub-nav-link-icon" aria-hidden="true"></i>
#brand-nav-vm-av-seg5-btn > .content-wrap > .sub-nav-link-icon
<i class="fgx-icon sub-nav-link-icon" aria-hidden="true"></i>

Showing first 10 of 354 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

.ratings-info
<div class="ratings-info fgx-overlay overlay-wide bri-style" role="dialog" aria-labelledby="ratingsInfoOverlayHeading" data-fgx-ratings-info="" data-fgx-init="1">
.icon-close-new
<a href="#" role="button" data-fgx-keypress="true" class="icon icon-close-new" aria-label="close Customer Viewpoint Ratings and Reviews">
.search-overlay
<div class="search-overlay template" style="display:none;" role="dialog" aria-labelledby="searchOverlayHeading" tabindex="-1" data-fgx-search-overlay="" data-fgx-init="1">
.modal-content > .modal-header > .close.icon-close[href="javascript:void(0);"]
<a href="javascript:void(0);" class="close icon-close" role="button" data-fgx-keypress="true"><span class="fgx-brand-sr-text">close</span> <span class="fgx-brand-sr-text">Search anytime by typing</span></a>
#fgx-brand-searchHeaderResults
<ul class="search-suggestions" id="fgx-brand-searchHeaderResults" role="listbox" style="display: none;"></ul>
.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
.fgx-mbl-lst-wrap
<ul class="fgx-mbl-lst-wrap fgx-clean-ul" role="presentation" data-role-cfg="{"mbl": "list", "dsk": "presentation"}">
.main-list
<ul class="main-nav-items nav navbar-nav main-list no-float-md fgx-clean-ul" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
#brand-nav-vm-av-item
<li class="main-nav-item no-float-md flyout-item-wrap" role="listitem" id="brand-nav-vm-av-item" data-pricing-labels="{}" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-1">
#brand-nav-vm-av-seg1-mustang-item > .vehicle-tile.active-veh-1 > .vehicle-tile-inner.veh-item-1 > .vehicle-info > .price-wrap.veh-line-item > .make-info.price > .disc-wrap > sup[data-vdm-disc="NGBS|disclaimerStartingMSRP"][aria-label="Disclosure 1"][data-fgx-keypress="true"]
<sup data-vdm-disc="NGBS|disclaimerStartingMSRP" tabindex="0" role="button" data-fgx-keypress="true" aria-label="Disclosure 1">1</sup>

Showing first 10 of 238 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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
.fgx-mbl-lst-wrap
<ul class="fgx-mbl-lst-wrap fgx-clean-ul" role="presentation" data-role-cfg="{"mbl": "list", "dsk": "presentation"}">
.main-list
<ul class="main-nav-items nav navbar-nav main-list no-float-md fgx-clean-ul" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
#brand-nav-vm-av-item
<li class="main-nav-item no-float-md flyout-item-wrap" role="listitem" id="brand-nav-vm-av-item" data-pricing-labels="{}" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-1">
#brand-nav-gm1-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm1-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-2">
#brand-nav-gm2-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm2-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-3">
#brand-nav-gm3-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm3-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-4">
.utility-list
<ul class="main-nav-items nav navbar-nav utility-list no-float-md fgx-clean-ul search-nav-width" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
#brand-nav-search-item
<li id="brand-nav-search-item" role="listitem" class="main-nav-item no-float-md search-container">
#brand-nav-user-item-dsk
<li class="main-nav-item no-float-md user-menu-item flyout-item-wrap hidden-xs hidden-sm" id="brand-nav-user-item-dsk" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-6">

Showing first 10 of 74 audited elements.

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 class="fgx-brand-css bri-nav-transparent-onDrk gdux--lightTheme back-to-top-enabled">
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

#brand-nav-vm-av-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-vm-av-btn" data-flyout-type="main" aria-controls="brand-nav-vm-av-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm1-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm1-btn" data-flyout-type="main" aria-controls="brand-nav-gm1-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm2-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm2-btn" data-flyout-type="main" aria-controls="brand-nav-gm2-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm3-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm3-btn" data-flyout-type="main" aria-controls="brand-nav-gm3-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-search-expand-btn
<button class="fgx-btn utility-item fgx-brand-container-pad-mbl fgx-search-trigger" id="brand-nav-search-expand-btn" aria-expanded="false" aria-controls="fgxMainNavSearchFormWrapper">
#brand-nav-user-btn-dsk
<button class="utility-item flyout-..." id="brand-nav-user-btn-d..." data-flyout-type="utility" aria-controls="brand-nav-user-cnt-d..." data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-lang-btn-mbl
<button class="flyout-toggle fgx-btn utility-item fgx-brand-container-pad-mbl" aria-expanded="false" id="brand-nav-lang-btn-mbl" data-flyout-type="utility" aria-controls="brand-nav-lang-cnt-mbl" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
.pause
<button class="btnPlayPause pause" aria-label="Pause">
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider__item-container > .prev-button.carousel-slider-button[aria-label="Previous Slide"]
<button class="carousel-slider-button prev-button " aria-label="Previous Slide" tabindex="0">
        <svg height="24" width="24" aria-label="Previous Slide">
            <use href="#keyboard_arrow_left"></use>
        </svg>
    </button>
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider__item-container > .next-button.carousel-slider-button[aria-label="Next Slide"]
<button class="carousel-slider-button next-button " aria-label="Next Slide" tabindex="0">
        <svg height="24" width="24" aria-label="Next Slide">
            <use href="#keyboard_arrow_right"></use>
        </svg>
    </button>

Showing first 10 of 32 audited elements.

Certain ARIA roles must be contained by particular parents

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.

Learn more

Audit Elements

#brand-nav-vm-av-item
<li class="main-nav-item no-float-md flyout-item-wrap" role="listitem" id="brand-nav-vm-av-item" data-pricing-labels="{}" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-1">
#brand-nav-gm1-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm1-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-2">
#brand-nav-gm2-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm2-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-3">
#brand-nav-gm3-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm3-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-4">
#brand-nav-search-item
<li id="brand-nav-search-item" role="listitem" class="main-nav-item no-float-md search-container">
#brand-nav-user-item-dsk
<li class="main-nav-item no-float-md user-menu-item flyout-item-wrap hidden-xs hidden-sm" id="brand-nav-user-item-dsk" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-6">
#brand-nav-cart-item
<li class="main-nav-item no-float-md fgx-cart-item" id="brand-nav-cart-item" role="listitem">
#brand-nav-lang-item-mbl
<li class="main-nav-item no-float-md fgx-language flyout-item-wrap" id="brand-nav-lang-item-mbl" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
#\31 -tab
<button class="cmp-tabbedCarousel__item active" data-tabitem="0" id="1-tab" tabindex="0" role="tab" aria-controls="1-tabpanel" aria-selected="true">
                            <div class="item-title" style="height: 24px;"><h3>BlueCruise<sup>™</sup></h3>
</div>
                        </button>
#\32 -tab
<button class="cmp-tabbedCarousel__item " data-tabitem="1" id="2-tab" tabindex="-1" role="tab" aria-controls="2-tabpanel" aria-selected="false">
                            <div class="item-title" style="height: 24px;"><p>In-Vehicle Wi-Fi</p>
</div>
                        </button>

Showing first 10 of 14 audited elements.

Certain ARIA roles must contain particular children

ARIA roles missing required child elements cannot perform their intended accessibility functions. Children provide essential context, like how a treeitem relates to its parent container and siblings. Without proper children, assistive technologies cannot convey this structural information to users.

Learn more

Audit Elements

.main-list
<ul class="main-nav-items nav navbar-nav main-list no-float-md fgx-clean-ul" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
.utility-list
<ul class="main-nav-items nav navbar-nav utility-list no-float-md fgx-clean-ul search-nav-width" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
.cmp-tabbedCarousel__tablist
<div class="cmp-tabbedCarousel__tablist containerTransform blockTransform" role="tablist" aria-labelledby="tabbedCarousel" aria-owns="1-tab 2-tab 3-tab" style="--maxTab: 24px;">
.accordionItem.active > div[role="tablist"]
<div role="tablist">
                        <div class="itemTitle" role="tab" data-accordion-item="0" id="ford-mobile-service-tab" tabindex="0" aria-controls="ford-mobile-service-tabpanel" aria-selected="true"><h3>Ford Mobile Service</h3>
</div>
                    </div>
.accordionItem:nth-child(2) > div[role="tablist"]
<div role="tablist">
                        <div class="itemTitle" role="tab" data-accordion-item="1" id="ford-pickup-&amp;-delivery-tab" tabindex="-1" aria-controls="ford-pickup-&amp;-delivery-tabpanel" aria-selected="false"><h3>Ford Pickup &amp; Delivery</h3>
</div>
                    </div>
.accordionItem:nth-child(3) > div[role="tablist"]
<div role="tablist">
                        <div class="itemTitle" role="tab" data-accordion-item="2" id="fordpass-rewards-tab" tabindex="-1" aria-controls="fordpass-rewards-tabpanel" aria-selected="false"><h3>Ford&nbsp;Rewards</h3>
</div>
                    </div>
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

body > footer
<footer class="fgx-pantry-bootstrap fgx-brand-css">
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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
.fgx-mbl-lst-wrap
<ul class="fgx-mbl-lst-wrap fgx-clean-ul" role="presentation" data-role-cfg="{"mbl": "list", "dsk": "presentation"}">
.main-list
<ul class="main-nav-items nav navbar-nav main-list no-float-md fgx-clean-ul" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
#brand-nav-vm-av-item
<li class="main-nav-item no-float-md flyout-item-wrap" role="listitem" id="brand-nav-vm-av-item" data-pricing-labels="{}" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-1">
#brand-nav-gm1-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm1-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-2">
#brand-nav-gm2-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm2-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-3">
#brand-nav-gm3-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm3-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-4">
.utility-list
<ul class="main-nav-items nav navbar-nav utility-list no-float-md fgx-clean-ul search-nav-width" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
#brand-nav-search-item
<li id="brand-nav-search-item" role="listitem" class="main-nav-item no-float-md search-container">
#brand-nav-user-item-dsk
<li class="main-nav-item no-float-md user-menu-item flyout-item-wrap hidden-xs hidden-sm" id="brand-nav-user-item-dsk" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-6">

Showing first 10 of 74 audited elements.

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-US" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no">
Document should not have more than one banner landmark

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.

Learn more

Audit Elements

header
<header class="fgx-pantry-bootstrap fgx-brand-css" style="opacity: 1;">
Document should not have more than one main landmark

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.

Learn more

Audit Elements

main
<main class="main-container">
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-US" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no">
Elements marked as presentational should be consistently ignored

Elements with role="none" or role="presentation" should be removed from the accessibility tree. Adding global ARIA attributes or making these elements focusable prevents their removal, leaving them accessible to screen readers when they should be ignored, creating unexpected and confusing behavior.

Learn more

Audit Elements

.fgx-mbl-lst-wrap
<ul class="fgx-mbl-lst-wrap fgx-clean-ul" role="presentation" data-role-cfg="{"mbl": "list", "dsk": "presentation"}">
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

#search-overlay-input
<input id="search-overlay-input" class="search-overlay-input search-input" name="f:searchInputString" type="search" placeholder="Search" aria-owns="fgx-brand-searchHeaderResults" aria-autocomplete="list" autocapitalize="none" autocomplete="off" autocorrect="off" maxlength="55">
#fgx-search-input-desktop
<input id="fgx-search-input-desktop" class="fgx-search-input search-input" name="f:searchInputString" type="search" placeholder="Search" aria-label="Type your search" role="search" autocapitalize="none" autocomplete="off" autocorrect="off" maxlength="55">
#fgx-search-input-mobile
<input id="fgx-search-input-mobile" class="fgx-search-input search-input" name="f:searchInputString" type="search" placeholder="Search" aria-label="Type your search" role="search" autocapitalize="none" autocomplete="off" autocorrect="off" maxlength="55">
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav > .cmp-billboard__section__content > .cmp-billboard__section__content__container > .cmp-billboard__section__content__container__buttons > .cmp-button--primary.background-dark.color-white > .cmp-button[type="link"][aria-hidden="true"] > .cmp-button__text
<span class="cmp-button__text">Learn More</span>
#\31 -tab > .item-title > h3
<h3>BlueCruise<sup>™</sup></h3>
.item-title > p
<p>In-Vehicle Wi-Fi</p>
#\33 -tab > .item-title > h3
<h3>Ford Co-Pilot360<sup>®</sup> Technology</h3>
.item-description.active > p
<p>
.cmp-tabbedCarousel__tabItem:nth-child(2) > .item-description > p
<p>
.cmp-tabbedCarousel__tabItem:nth-child(3) > .item-description > p
<p>

Showing first 10 of 117 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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
#brand-nav-vm-av-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-vm-av-btn" data-flyout-type="main" aria-controls="brand-nav-vm-av-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm1-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm1-btn" data-flyout-type="main" aria-controls="brand-nav-gm1-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm2-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm2-btn" data-flyout-type="main" aria-controls="brand-nav-gm2-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm3-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm3-btn" data-flyout-type="main" aria-controls="brand-nav-gm3-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-search-expand-btn
<button class="fgx-btn utility-item fgx-brand-container-pad-mbl fgx-search-trigger" id="brand-nav-search-expand-btn" aria-expanded="false" aria-controls="fgxMainNavSearchFormWrapper">
#brand-nav-lad-desktop-lnk
<a class="utility-item locate-..." href="//www.ford.com/deale..." id="brand-nav-lad-deskto..." aria-label="Locate Dealer" data-fd-metrics-clic...="{"id":"action0018","...">
#brand-nav-user-btn-dsk
<button class="utility-item flyout-..." id="brand-nav-user-btn-d..." data-flyout-type="utility" aria-controls="brand-nav-user-cnt-d..." data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-lang-btn-mbl
<button class="flyout-toggle fgx-btn utility-item fgx-brand-container-pad-mbl" aria-expanded="false" id="brand-nav-lang-btn-mbl" data-flyout-type="utility" aria-controls="brand-nav-lang-cnt-mbl" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
#carousel-0ae54a64ee
<section id="carousel-0ae54a64ee" class="cmp-carousel-slider background-white pad-top-56 pad-bottom-56 cmp-billboardCarousel" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Showing first 10 of 104 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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
#brand-nav-vm-av-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-vm-av-btn" data-flyout-type="main" aria-controls="brand-nav-vm-av-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm1-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm1-btn" data-flyout-type="main" aria-controls="brand-nav-gm1-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm2-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm2-btn" data-flyout-type="main" aria-controls="brand-nav-gm2-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm3-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm3-btn" data-flyout-type="main" aria-controls="brand-nav-gm3-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-search-expand-btn
<button class="fgx-btn utility-item fgx-brand-container-pad-mbl fgx-search-trigger" id="brand-nav-search-expand-btn" aria-expanded="false" aria-controls="fgxMainNavSearchFormWrapper">
#brand-nav-lad-desktop-lnk
<a class="utility-item locate-..." href="//www.ford.com/deale..." id="brand-nav-lad-deskto..." aria-label="Locate Dealer" data-fd-metrics-clic...="{"id":"action0018","...">
#brand-nav-user-btn-dsk
<button class="utility-item flyout-..." id="brand-nav-user-btn-d..." data-flyout-type="utility" aria-controls="brand-nav-user-cnt-d..." data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-lang-btn-mbl
<button class="flyout-toggle fgx-btn utility-item fgx-brand-container-pad-mbl" aria-expanded="false" id="brand-nav-lang-btn-mbl" data-flyout-type="utility" aria-controls="brand-nav-lang-cnt-mbl" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
#carousel-0ae54a64ee
<section id="carousel-0ae54a64ee" class="cmp-carousel-slider background-white pad-top-56 pad-bottom-56 cmp-billboardCarousel" role="region" aria-roledescription="carousel" data-cmp-is="carousel" data-placeholder-text="false" data-target-component="carousel">

Showing first 10 of 108 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

#brand-nav-content-end
<div class="fgx-brand-main-nav-end" id="brand-nav-content-end" tabindex="-1"></div>
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider__item-container > .prev-button.carousel-slider-button[aria-label="Previous Slide"]
<button class="carousel-slider-button prev-button " aria-label="Previous Slide" tabindex="0">
        <svg height="24" width="24" aria-label="Previous Slide">
            <use href="#keyboard_arrow_left"></use>
        </svg>
    </button>
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav > .cmp-billboard__section__content > .cmp-billboard__section__content__container > .cmp-billboard__section__content__container__buttons > .cmp-button--primary.background-dark.color-white > .cmp-button[type="link"][aria-hidden="true"]
<a type="link" class="cmp-button " href="https://www.ford.com/new-hybrids-evs/?intcmp=hp-bb-veh-segment-hybrids" aria-label="Learn more about our electric and hybrid vehicles" tabindex="0">
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider__item-container > .next-button.carousel-slider-button[aria-label="Next Slide"]
<button class="carousel-slider-button next-button " aria-label="Next Slide" tabindex="0">
        <svg height="24" width="24" aria-label="Next Slide">
            <use href="#keyboard_arrow_right"></use>
        </svg>
    </button>
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider-pagination-crumbs-container > .cmp-carousel-slider-pagination-crumbs[aria-label="carousel controls"][data-pagination-label="Slide 1"] > li:nth-child(1) > .active-crumb[aria-label="Slide 1"][data-slide-number="1"]
<button role="button" tabindex="-1" class="cmp-carousel-slider-pagination-crumbs-ol" data-slide-number="1" aria-label="Slide 1"></button>
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider-pagination-crumbs-container > .cmp-carousel-slider-pagination-crumbs[aria-label="carousel controls"][data-pagination-label="Slide 1"] > li:nth-child(2) > .cmp-carousel-slider-pagination-crumbs-ol[aria-label="Slide 1 2"][data-slide-number="2"]
<button class="cmp-carousel-slider-pagination-crumbs-ol active-crumb" data-slide-number="2" aria-label="Slide 1 2" tabindex="-1" aria-current="true"></button>
.width-lg-6.width-md-4.activeDisclaimer > .contentContainer > .cmp-teaser__disclaimer > .disclaimer > p > .disclosure[data-disc="Image Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Image Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure Image Details" data-listener-added="true">Image Details</span>
.width-lg-12.width-md-8.activeDisclaimer > .contentContainer > .cmp-teaser__disclaimer > .disclaimer > p > .disclosure[data-disc="Image Details"][data-disclosure-type="inline"] > .disclosure_id[aria-label="Disclosure Image Details"][data-listener-added="true"]
<span class="disclosure_id" tabindex="0" role="button" aria-label="Disclosure Image Details" data-listener-added="true">Image Details</span>
#vjs_video_3
<div id="vjs_video_3" dashvideo="https://www.ford.com..." loop="true" playsinline="true" userinactive="false" muted="true" class="video-js vjs-default..." tabindex="-1" lang="en-us" translate="no" role="region" aria-label="Video Player">
#vjs_video_3_html5_api
<video class="vjs-tech" muted="muted" userinactive="false" playsinline="" loop="" dashvideo="https://www.ford.com/shared/videos/fv/rsf/2025/trucks_2_112425/desktopfv/master.mpd" id="vjs_video_3_html5_api" tabindex="-1">
                    </video>

Showing first 10 of 41 audited elements.

Form elements must have labels

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.

Learn more

Audit Elements

input[aria-owns="fgx-brand-searchFooterResults"]
<input type="search" class="search-input" name="f:searchInputString" aria-owns="fgx-brand-searchFooterResults" aria-autocomplete="list" placeholder="Search" aria-label="Type your search" role="textbox" autocapitalize="none" autocorrect="off">
Form elements should have a visible label

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.

Learn more

Audit Elements

input[aria-owns="fgx-brand-searchFooterResults"]
<input type="search" class="search-input" name="f:searchInputString" aria-owns="fgx-brand-searchFooterResults" aria-autocomplete="list" placeholder="Search" aria-label="Type your search" role="textbox" autocapitalize="none" autocorrect="off">
Form field must not have multiple label 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.

Learn more

Audit Elements

input[aria-owns="fgx-brand-searchFooterResults"]
<input type="search" class="search-input" name="f:searchInputString" aria-owns="fgx-brand-searchFooterResults" aria-autocomplete="list" placeholder="Search" aria-label="Type your search" role="textbox" autocapitalize="none" autocorrect="off">
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

#vhpbillboardtarget1 > .cmp-billboard__section.position.overlap-nav > .cmp-billboard__section__content > .cmp-billboard__section__content__container > .cmp-billboard__section__content__container__title-text > h1
<h1>
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav > .cmp-billboard__section__content > .cmp-billboard__section__content__container > .cmp-billboard__section__content__container__title-text > h1
<h1>
.gdux--lightTheme.pad-top-56.pad-bottom-none > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__heading-container > .cmp-grid__heading
<h1 class="cmp-grid__heading fade fade-in">
                        Find Your Ford
                    </h1>
.pad-top-56.pad-bottom-none.inherit > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<h2 class="cmp-grid__eyebrow fade fade-in">
                        Technology
                    </h2>
#\31 -tab > .item-title > h3
<h3>BlueCruise<sup>™</sup></h3>
#\33 -tab > .item-title > h3
<h3>Ford Co-Pilot360<sup>®</sup> Technology</h3>
.grid:nth-child(38) > .cmp-grid > .pad-bottom-56.pad-top-56.inherit > .cmp-grid__text-container.pad-bottom-56 > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<h2 class="cmp-grid__eyebrow fade fade-in">
                        Buying A Ford
                    </h2>
.bannerTitle
<h2 class="bannerTitle "><p>Build &amp; Price</p>

                </h2>
.cmp-kbaBar__items[aria-label="Find a Ford dealer near you"][target="_self"] > .cmp-kbaBar__content > .cmp-kbaBar__headline > h2
<h2>Find a Dealer</h2>
div[data-correlation-id="4241d8b1"] > .cmp-kbaBar__items[data-item-type="smartLink"][role="button"] > .cmp-kbaBar__content > .cmp-kbaBar__headline > h2
<h2>Pre-Qualify</h2>

Showing first 10 of 23 audited elements.

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

#vhpbillboardtarget1 > .cmp-billboard__section.position.overlap-nav > .cmp-billboard__section__content > .cmp-billboard__section__content__container > .cmp-billboard__section__content__container__title-text > h1
<h1>
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav > .cmp-billboard__section__content > .cmp-billboard__section__content__container > .cmp-billboard__section__content__container__title-text > h1
<h1>
.gdux--lightTheme.pad-top-56.pad-bottom-none > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__heading-container > .cmp-grid__heading
<h1 class="cmp-grid__heading fade fade-in">
                        Find Your Ford
                    </h1>
.pad-top-56.pad-bottom-none.inherit > .pad-bottom-24.cmp-grid__text-container > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<h2 class="cmp-grid__eyebrow fade fade-in">
                        Technology
                    </h2>
#\31 -tab > .item-title > h3
<h3>BlueCruise<sup>™</sup></h3>
#\33 -tab > .item-title > h3
<h3>Ford Co-Pilot360<sup>®</sup> Technology</h3>
.grid:nth-child(38) > .cmp-grid > .pad-bottom-56.pad-top-56.inherit > .cmp-grid__text-container.pad-bottom-56 > .cmp-grid__eyebrow-container > .cmp-grid__eyebrow.fade.fade-in
<h2 class="cmp-grid__eyebrow fade fade-in">
                        Buying A Ford
                    </h2>
.bannerTitle
<h2 class="bannerTitle "><p>Build &amp; Price</p>

                </h2>
.cmp-kbaBar__items[aria-label="Find a Ford dealer near you"][target="_self"] > .cmp-kbaBar__content > .cmp-kbaBar__headline > h2
<h2>Find a Dealer</h2>
div[data-correlation-id="4241d8b1"] > .cmp-kbaBar__items[data-item-type="smartLink"][role="button"] > .cmp-kbaBar__content > .cmp-kbaBar__headline > h2
<h2>Pre-Qualify</h2>

Showing first 10 of 23 audited elements.

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

#ratingsInfoOverlayHeading
<h2 class="heading fgx-brand-lt-h3 bri-txt title-three ff-b" id="ratingsInfoOverlayHeading">Customer Viewpoint Ratings and Reviews</h2>
#searchOverlayHeading
<label for="search-overlay-input" class="text" id="searchOverlayHeading">Search anytime by typing</label>
#search-overlay-input
<input id="search-overlay-input" class="search-overlay-input search-input" name="f:searchInputString" type="search" placeholder="Search" aria-owns="fgx-brand-searchHeaderResults" aria-autocomplete="list" autocapitalize="none" autocomplete="off" autocorrect="off" maxlength="55">
#fgx-brand-searchHeaderResults
<ul class="search-suggestions" id="fgx-brand-searchHeaderResults" role="listbox" style="display: none;"></ul>
#brand-nav-main-menu-cnt
<div class="fgx-navbar-collapse collapse menu-items-container hidden-xs hidden-sm" id="brand-nav-main-menu-cnt">
#brand-nav-vm-av-cnt
<div class="bri-nav__veh-flyout flyout-container flyout-full-width hidden" id="brand-nav-vm-av-cnt" style="--bri-anim-item-total: 6;">
#main-nav_vehicleSectionEyebrowLabel
<div class="column-item-1 main-heading heading-empty" id="main-nav_vehicleSectionEyebrowLabel"></div>
#brand-nav-vm-av-seg1-cnt
<div class="vehicle-segment-layout fgx-brand-global-container-pad segment-menu-item-container hidden" id="brand-nav-vm-av-seg1-cnt" tabindex="-1" style="--bri-anim-item-total: 7;" data-fgx-fordmainnav-seg-flyout-id="fgx-fordMainNav-seg-flyout-1">
#brand-nav-vm-av-seg2-cnt
<div class="vehicle-segment-layout fgx-brand-global-container-pad segment-menu-item-container hidden" id="brand-nav-vm-av-seg2-cnt" tabindex="-1" style="--bri-anim-item-total: 7;" data-fgx-fordmainnav-seg-flyout-id="fgx-fordMainNav-seg-flyout-2">
#brand-nav-vm-av-seg3-cnt
<div class="vehicle-segment-layout fgx-brand-global-container-pad segment-menu-item-container hidden" id="brand-nav-vm-av-seg3-cnt" tabindex="-1" style="--bri-anim-item-total: 5;" data-fgx-fordmainnav-seg-flyout-id="fgx-fordMainNav-seg-flyout-3">

Showing first 10 of 56 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

#vhpbillboardtarget1 > .cmp-billboard__section.position.overlap-nav > .cmp_media > .image > picture > img[fetchpriority="high"]
<img src="https://www.assets.f..." srcset="https://www.assets.f..." alt="Ford and MLB partner..." fetchpriority="high">
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav > .cmp_media > .image > picture > img[fetchpriority="high"]
<img src="https://www.assets.f..." srcset="https://www.assets.f..." alt="A 2025 Ford F-150® c..." fetchpriority="high">
.width-lg-6.width-md-4.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyloaded
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class=" lazyloaded" alt="A Ford Bronco Badlan..." srcset="https://www.assets.f..." src="https://www.assets.f...">
div[data-correlation-id="f2b04041"] > .width-lg-6.width-md-4.cmp-teaser > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyloaded
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class=" lazyloaded" alt="A blue with white gr..." srcset="https://www.assets.f..." src="https://www.assets.f...">
.width-lg-12.width-md-8.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyloaded
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class=" lazyloaded" alt="A Red Bull Formula O..." srcset="https://www.assets.f..." src="https://www.assets.f...">
div[data-correlation-id="b3301b69"] > .width-lg-6.width-md-4.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." class="lazyload" alt="A blue 2026 Ford Mav...">
div[data-correlation-id="7e095832"] > .width-lg-6.width-md-4.activeDisclaimer > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." class="lazyload" alt="A red Ford Maverick ...">
div[data-correlation-id="0f7ce232"] > .width-lg-6.width-md-4.cmp-teaser > .imageContainer > .cmp-teaser__image > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." class="lazyload" alt="A fleet of Ford truc...">
div[data-content-id="3"] > .cmp_media > .image > picture > .lazyload
<img data-src="https://www.assets.f..." data-srcset="https://www.assets.f..." class="lazyload" alt="2025 Ford Mustang Ma...">
.cmp-banner__bgimage
<img src="/acslibs/content/dam/na/ford/en_us/images/brand/HP-BuildPrice-Skinny-Banner_2160x573.png" alt="Text with the words Build and Price shown on a blue banner" loading="lazy" class="cmp-banner__bgimage">

Showing first 10 of 21 audited elements.

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

header
<header class="fgx-pantry-bootstrap fgx-brand-css" style="opacity: 1;">
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav
<div class="
        cmp-billboard__section 
        position 
        overlap-nav 
        " style="
        --desktopBillboard: 16/7; 
        --tabletBillboard: 8/9; 
        --mobileBillboard: 9/16;">
div[data-correlation-id="f1d51c87"]
<div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="f1d51c87" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/4; --aspect-ratio-tablet: 3/2;">
div[data-correlation-id="f1d51c87"] > .width-lg-6.width-md-4.activeDisclaimer > .contentContainer > .cmp-teaser__content.cmp-teaser__content--buttonWithAnimation.disableScroll
<div class="cmp-teaser__content cmp-teaser__content--buttonWithAnimation disableScroll" style="--animatedHeight: -64px;">
div[data-correlation-id="f1d51c87"] > .width-lg-6.width-md-4.activeDisclaimer > .contentContainer > .cmp-teaser__disclaimer
<div class="cmp-teaser__disclaimer" style="padding-left: 24px;">
div[data-correlation-id="f2b04041"]
<div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="f2b04041" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/4; --aspect-ratio-tablet: 3/2;">
div[data-correlation-id="f2b04041"] > .width-lg-6.width-md-4.cmp-teaser > .contentContainer > .cmp-teaser__content.cmp-teaser__content--buttonWithAnimation.disableScroll
<div class="cmp-teaser__content cmp-teaser__content--buttonWithAnimation disableScroll" style="--animatedHeight: -64px;">
div[data-correlation-id="b09edf3c"]
<div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="b09edf3c" style="--aspect-ratio-desktop: 21/9; --aspect-ratio-mobile: 2/3; --aspect-ratio-tablet: 16/9;">
div[data-correlation-id="b09edf3c"] > .width-lg-12.width-md-8.activeDisclaimer > .contentContainer > .cmp-teaser__content.cmp-teaser__content--buttonWithAnimation.disableScroll
<div class="cmp-teaser__content cmp-teaser__content--buttonWithAnimation disableScroll" style="--animatedHeight: -64px;">
div[data-correlation-id="b09edf3c"] > .width-lg-12.width-md-8.activeDisclaimer > .contentContainer > .cmp-teaser__disclaimer
<div class="cmp-teaser__disclaimer" style="padding-left: 24px;">

Showing first 10 of 41 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

#brand-nav-vm-av-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-vm-av-btn" data-flyout-type="main" aria-controls="brand-nav-vm-av-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm1-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm1-btn" data-flyout-type="main" aria-controls="brand-nav-gm1-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm2-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm2-btn" data-flyout-type="main" aria-controls="brand-nav-gm2-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-gm3-btn
<button class="main-item flyout-tog..." aria-expanded="false" id="brand-nav-gm3-btn" data-flyout-type="main" aria-controls="brand-nav-gm3-cnt" data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-search-expand-btn
<button class="fgx-btn utility-item fgx-brand-container-pad-mbl fgx-search-trigger" id="brand-nav-search-expand-btn" aria-expanded="false" aria-controls="fgxMainNavSearchFormWrapper">
#brand-nav-user-btn-dsk
<button class="utility-item flyout-..." id="brand-nav-user-btn-d..." data-flyout-type="utility" aria-controls="brand-nav-user-cnt-d..." data-fd-metrics-open="{"id":"action0018","..." data-fgx-fordmainnav...="fgx-fordMainNav-flyo...">
#brand-nav-lang-btn-mbl
<button class="flyout-toggle fgx-btn utility-item fgx-brand-container-pad-mbl" aria-expanded="false" id="brand-nav-lang-btn-mbl" data-flyout-type="utility" aria-controls="brand-nav-lang-cnt-mbl" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-7">
.pause
<button class="btnPlayPause pause" aria-label="Pause">
div[data-total-slides="2"] > .cmp-carousel-slider__content-container > .cmp-carousel-slider__item-container > .prev-button.carousel-slider-button[aria-label="Previous Slide"]
<button class="carousel-slider-button prev-button " aria-label="Previous Slide" tabindex="0">
        <svg height="24" width="24" aria-label="Previous Slide">
            <use href="#keyboard_arrow_left"></use>
        </svg>
    </button>
#vhpbillboardtarget1 > .cmp-billboard__section.position.overlap-nav > .cmp_media > .image > picture > img[fetchpriority="high"]
<img src="https://www.assets.f..." srcset="https://www.assets.f..." alt="Ford and MLB partner..." fetchpriority="high">

Showing first 10 of 73 audited elements.

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

main
<main class="main-container">
.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
#onetrust-banner-sdk
<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title vertical-align-content" role="region" aria-label="Cookie banner " style="bottom: 0px;">
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

#vjs_video_3
<div id="vjs_video_3" dashvideo="https://www.ford.com..." loop="true" playsinline="true" userinactive="false" muted="true" class="video-js vjs-default..." tabindex="-1" lang="en-us" translate="no" role="region" aria-label="Video Player">
#vjs_video_238
<div id="vjs_video_238" dashvideo="https://www.ford.com..." loop="true" playsinline="true" userinactive="false" muted="true" class="video-js vjs-default..." tabindex="-1" lang="en-us" translate="no" role="region" aria-label="Video Player">
#vjs_video_394
<div id="vjs_video_394" dashvideo="https://www.ford.com..." loop="true" playsinline="true" userinactive="false" muted="true" class="video-js vjs-default..." tabindex="-1" lang="en-us" translate="no" role="region" aria-label="Video Player">
Links must be distinguishable without relying on color

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.

Learn more

Audit Elements

.ot-cookie-policy-link
<a class="ot-cookie-policy-link" href="https://www.ford.com/help/privacy/" aria-label="More information about your privacy, opens in a new tab" rel="noopener noreferrer" target="_blank">Privacy Notice.</a>
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

.fgx-skip-content-link
<a href="#brand-nav-content-end" class="fgx-brand-offscreen fgx-skip-content-link fgx-btn">Skip To Content</a>
#brand-nav-logo-lnk-desktop
<a href="http://www.ford.com/" class="navbar-brand hidden-xs hidden-sm" id="brand-nav-logo-lnk-desktop" ...>
#brand-nav-lad-desktop-lnk
<a class="utility-item locate-..." href="//www.ford.com/deale..." id="brand-nav-lad-deskto..." aria-label="Locate Dealer" data-fd-metrics-clic...="{"id":"action0018","...">
#carousel-0ae54a64ee-item-0525045a34-tabpanel > .billboard > .cmp-billboard.desktopZoom > .cmp-billboard__section.position.overlap-nav > .cmp-billboard__section__content > .cmp-billboard__section__content__container > .cmp-billboard__section__content__container__buttons > .cmp-button--primary.background-dark.color-white > .cmp-button[type="link"][aria-hidden="true"]
<a type="link" class="cmp-button " href="https://www.ford.com/new-hybrids-evs/?intcmp=hp-bb-veh-segment-hybrids" aria-label="Learn more about our electric and hybrid vehicles" tabindex="0">
div[data-correlation-id="f1d51c87"] > .width-lg-6.width-md-4.activeDisclaimer > .contentContainer > .cmp-teaser__button-container.cmp-teaser__button-container--small > .cmp-teaser__button-wrapper.smallCard > .cmp-button--secondary.background-dark.color-white > .cmp-button[type="link"]
<a type="link" class="cmp-button " href="https://www.ford.com/suvs/bronco/2025/?cta=sar&intcmp=hp-cta-vhp-offRoading" aria-label="Learn more about Ford Bronco Search and Rescue">
div[data-correlation-id="f2b04041"] > .width-lg-6.width-md-4.cmp-teaser > .contentContainer > .cmp-teaser__button-container.cmp-teaser__button-container--small > .cmp-teaser__button-wrapper.smallCard > .cmp-button--secondary.background-dark.color-white > .cmp-button[type="link"]
<a type="link" class="cmp-button " href="https://www.ford.com/raptor/?intcmp=hp-cta-raptor-brand" aria-label="Learn more about the Raptor lineup">
div[data-correlation-id="b09edf3c"] > .width-lg-12.width-md-8.activeDisclaimer > .contentContainer > .cmp-teaser__button-container.cmp-teaser__button-container--small > .cmp-teaser__button-wrapper > .cmp-button--secondary.background-dark.color-white > .cmp-button[type="link"]
<a type="link" class="cmp-button " href="https://www.ford.com/new-performance-vehicles/?intcmp=hp-highlights-veh-segment-performance" aria-label="Learn more about Ford Performance vehicles">
a[aria-label="Learn more about Ford Trucks"]
<a type="link" class="cmp-button " href="https://www.ford.com/new-trucks/?intcmp=hp-cta-veh-segment-trucks" aria-label="Learn more about Ford Trucks" tabindex="0">
div[data-correlation-id="b3301b69"] > .width-lg-6.width-md-4.activeDisclaimer > .contentContainer > .cmp-teaser__button-container.cmp-teaser__button-container--small > .cmp-teaser__button-wrapper.smallCard > .cmp-button--secondary.background-dark.color-white > .cmp-button[type="link"]
<a type="link" class="cmp-button " href="https://www.ford.com/trucks/maverick/models/?intcmp=hp-cta-awards" aria-label="Learn more about the Ford Maverick" tabindex="0">
.button > .background-light.color-blue.cmp-button--secondary > .cmp-button[type="link"][target="_self"]
<a type="link" class="cmp-button " aria-label="Learn more about For..." href="https://www.ford.com..." data-ford-metrics-cl...="{"name":"referral-ex..." target="_self">

Showing first 10 of 106 audited elements.

Main landmark should not be contained in another landmark

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.

Learn more

Audit Elements

main
<main class="main-container">
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-US" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no">
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-US" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no">
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

.navbar-static-top
<nav class="navbar navbar-default nav-height navbar-static-top" role="navigation" aria-label="Main Navigation" data-fgx-flyout-group="">
.fgx-mbl-lst-wrap
<ul class="fgx-mbl-lst-wrap fgx-clean-ul" role="presentation" data-role-cfg="{"mbl": "list", "dsk": "presentation"}">
.main-list
<ul class="main-nav-items nav navbar-nav main-list no-float-md fgx-clean-ul" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
#brand-nav-vm-av-item
<li class="main-nav-item no-float-md flyout-item-wrap" role="listitem" id="brand-nav-vm-av-item" data-pricing-labels="{}" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-1">
#brand-nav-gm1-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm1-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-2">
#brand-nav-gm2-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm2-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-3">
#brand-nav-gm3-item
<li class="main-nav-item no-float-md flyout-item-wrap" id="brand-nav-gm3-item" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-4">
.utility-list
<ul class="main-nav-items nav navbar-nav utility-list no-float-md fgx-clean-ul search-nav-width" data-role-cfg="{"mbl": "presentation", "dsk": "list"}" role="list">
#brand-nav-search-item
<li id="brand-nav-search-item" role="listitem" class="main-nav-item no-float-md search-container">
#brand-nav-user-item-dsk
<li class="main-nav-item no-float-md user-menu-item flyout-item-wrap hidden-xs hidden-sm" id="brand-nav-user-item-dsk" role="listitem" data-fgx-fordmainnav-flyout-id="fgx-fordMainNav-flyout-6">

Showing first 10 of 74 audited elements.

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.0">
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.0">

Browse results by category