Accessibility Scan Report

Title: Bixal Accessibility Scan Issue: #216 Date: 3/25/2026, 3:54:25 PM Duration: 0.2m URLs: 1 / 1 ⚡ Reduced Motion: 1 / 1 URLs🖥️ Forced Colors: 1 / 1 URLs

Summary

Issues

  • By Level: A (6), AA (0)
  • By Version (A & AA): WCAG 2.0 (6)
  • By Category: axe-strict (18) & Others (31)
  • Total: 49 across 17 unique rules & 2 accessibility engines

By Severity

Critical
Serious
Moderate
Minor

By Role

UX Designer
Visual Designer
Content Author
Front-End Developer

Issues

🎯 Pages with Most Errors

Focus your efforts on these pages to make the biggest impact. Click any error count to filter the rule list below. Numbers in parentheses (+N) indicate findings that cover WCAG criteria already reported by axe.

We are Bixal 49

🔧 Most Common Issues (axe)

4 rules
10 Moderate axe region: Ensures all page content is contained within landmark regions. Content outside landmarks cannot be found by screen reader users navigating by landmarks.
1 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer, UX Designer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
All page content should be contained by landmarks
Mode: light
<div class="bix-title-prefix">Contact</div>
XPath: #contact > .bix-container > .bix-title-prefix
Example 2 View on Page
All page content should be contained by landmarks
Mode: light
<h2 class="bix-section__title"> How can we help?<br> We'd love to hear from you. </h2>
XPath: #contact > .bix-container > h2
Example 3 View on Page
All page content should be contained by landmarks
Mode: light
<p>Required fields are marked with an asterisk&nbsp;(<abbr title="required" class="bix-hint bix-hint--required">*</abbr>).</p>
XPath: #contact-message-site-wide-form > p
Example 4 View on Page
All page content should be contained by landmarks
Mode: light
<div class="bix-grid__item bix-grid__item--full">
XPath: .bix-grid__item--full.bix-grid__item:nth-child(1)
Example 5 View on Page
All page content should be contained by landmarks
Mode: light
<div class="bix-grid__item">
XPath: .bix-grid__item:nth-child(2)
6 Moderate axe SC 1.3.1 A Visual Cognitive definition-list
1 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer

Blocking: No

WCAG: SC 1.3.1 A

Disabilities affected:
Visual Cognitive

Affected Pages

Who Is Affected

  • Without Vision 1.0% — ~3,400,000 Americans
  • Limited Vision 2.4% — ~8,100,000 Americans
  • Limited Language, Cognitive, and Learning Abilities 4.7% — ~15,900,000 Americans

Examples

Example 1 View on Page
<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements
Mode: light
<dl class="bix-description-list">
XPath: .bix-graphic-list__item:nth-child(1) > .bix-graphic-list__body > .bix-description-list-collection.component--type--description-list-collection.component > .component--type--description-list.component.component--view-mode--default > dl
Example 2 View on Page
<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements
Mode: light
<dl class="bix-description-list">
XPath: .bix-graphic-list__item:nth-child(2) > .bix-graphic-list__body > .bix-description-list-collection.component--type--description-list-collection.component > .component--type--description-list.component.component--view-mode--default > dl
Example 3 View on Page
<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements
Mode: light
<dl class="bix-description-list">
XPath: .bix-graphic-list__item:nth-child(3) > .bix-graphic-list__body > .bix-description-list-collection.component--type--description-list-collection.component > .component--type--description-list.component.component--view-mode--default > dl
Example 4 View on Page
<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements
Mode: light
<dl class="bix-description-list">
XPath: .bix-graphic-list__item:nth-child(4) > .bix-graphic-list__body > .bix-description-list-collection.component--type--description-list-collection.component > .component--type--description-list.component.component--view-mode--default > dl
Example 5 View on Page
<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements
Mode: light
<dl class="bix-description-list">
XPath: .bix-graphic-list__item:nth-child(5) > .bix-graphic-list__body > .bix-description-list-collection.component--type--description-list-collection.component > .component--type--description-list.component.component--view-mode--default > dl
1 Moderate axe landmark-no-duplicate-banner: Ensures the page has only one banner landmark (<header> at top level). Multiple banners confuse screen reader users navigating by landmarks.
1 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer, UX Designer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Document should not have more than one banner landmark
Mode: light
<div data-sitewide-alert="" role="banner"></div>
XPath: div[data-sitewide-alert=""]
1 Moderate axe landmark-unique
1 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
Mode: light
<div data-sitewide-alert="" role="banner"></div>
XPath: div[data-sitewide-alert=""]

🔧 Most Common Issues (Equal Access)

13 rules
9 Moderate equalAccess style_focus_visible: An element's focused state must be visually apparent
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<button class="bix-site-nav__toggle" aria-controls="site-nav" data-menu-toggle="" type="button">
Example 2 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<a href="/about" class="bix-button">
Example 3 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<a href="/contract-vehicles" class="bix-button">
Example 4 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<a href="https://careers.bixal.com" class="bix-button">
Example 5 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<input aria-describedby="edit-submit" value="Submit" name="op" id="edit-submit" type="submit" data-drupal-selector="edit-submit" class="bix-button bix-button--inverse button button--primary js-form-submit form-submit">
4 Moderate equalAccess aria_content_in_landmark: All content of the page should be contained within a landmark region
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Content is not within a landmark element
Mode: light
<a class="usa-skipnav skip-link visually-hidden focusable" href="#main-content">
Example 2 View on Page
Content is not within a landmark element
Mode: light
<h2 class="bix-section__title">
Example 3 View on Page
Content is not within a landmark element
Mode: light
<ul class="cookiesjsr-links cookiesjsr-banner--links links--row">
Example 4 View on Page
Content is not within a landmark element
Mode: light
<button class="cookiesjsr-btn cookiesjsr-settings">
3 Moderate equalAccess element_attribute_deprecated: Deprecated HTML attributes should not be used
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Mode: light
<meta content="A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" http-equiv="origin-trial">
Example 2 View on Page
The HTML attribute(s) "version" is deprecated in HTML 5
Mode: light
<svg viewBox="0 0 24 12" aria-hidden="true" y="0px" x="0px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" version="1.1" width="20px" class="bix-icon bix-icon--arrow-right">
Example 3 View on Page
The HTML attribute(s) "frameborder, scrolling" is deprecated for the <iframe> element in HTML 5
Mode: light
<iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfH1LIqAAAAACvGsKyYIZj3f4yHu3DH7jyN2dBX&co=aHR0cHM6Ly93d3cuYml4YWwuY29tOjQ0Mw..&hl=en&type=image&v=qm3PSRIx10pekcnS9DjGnjPW&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=gh4aitod48yq" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" scrolling="no" frameborder="0" name="a-kxuotqt4rw6g" role="presentation" height="78" width="304" title="reCAPTCHA">
2 Moderate equalAccess aria_banner_label_unique
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Multiple elements with "banner" role do not have unique labels
Mode: light
<div role="banner" data-sitewide-alert="">
Example 2 View on Page
Multiple elements with "banner" role do not have unique labels
Mode: light
<header class="bix-site-header">
2 Moderate equalAccess aria_landmark_name_unique
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Multiple elements with "banner" landmarks within the same parent region are not distinguished from one another because they have the same "" label
Mode: light
<div role="banner" data-sitewide-alert="">
Example 2 View on Page
Multiple elements with "banner" landmarks within the same parent region are not distinguished from one another because they have the same "" label
Mode: light
<header class="bix-site-header">
2 Moderate equalAccess text_block_heading: Blocks of text that serve as headings should be marked up as headings
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Confirm this text 'Transforming Government Services with Digital and Human-Centered Solutions' is used as a heading and if so, modify to use a heading element or role
Mode: light
<p>
Example 2 View on Page
Confirm this text 'OUR CLIENTS AND PARTNERS' is used as a heading and if so, modify to use a heading element or role
Mode: light
<div class="bix-title-prefix">
2 Moderate equalAccess text_sensory_misuse: Instructions must not rely solely on sensory characteristics
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position
Mode: light
<div class="bix-section__body">
Example 2 View on Page
Confirm the user instruction is still understandable without the word(s) 'Small'
Mode: light
<dd>
2 Moderate equalAccess input_label_visible: An input element must have an associated visible label
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
The ‘placeholder’ is the only visible label
Mode: light
<textarea required="required" placeholder="Want to find out more or interested in doing business with us? type message here…" cols="60" rows="12" name="message[0][value]" id="edit-message-0-value" data-drupal-selector="edit-message-0-value" class="js-text-full text-full form-textarea required resize-vertical bix-input bix-input--textarea usa-textarea">
Example 2 View on Page
The input element does not have an associated visible label
Mode: light
<input aria-describedby="edit-submit" value="Submit" name="op" id="edit-submit" type="submit" data-drupal-selector="edit-submit" class="bix-button bix-button--inverse button button--primary js-form-submit form-submit">
1 Moderate equalAccess style_color_misuse: Color must not be used as the only visual means of conveying information
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Verify color is not used as the only visual means of conveying information
Mode: light
<link href="/sites/default/files/css/css_BeUtjMQF0sP4PdKA9FEO-HyAmUzaICLhMIzZg7TELJ0.css?delta=0&language=en&theme=bixal_uswds&include=eJxVyUEOwjAMRNELhfpI1SQZgYvVVLarBk4PCzasvvR-1Qlbz7h6yN1GhZWGI9sDUhEsbYynMuTXLXyJfBnje5zS_TxgCzbMP0jOhBM3Z-ibJTR5aecKo6forvkBYyIvfw" media="all" rel="stylesheet">
1 Moderate equalAccess style_highcontrast_visible: Elements must be visible in Windows High Contrast mode
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content
Mode: light
<link href="/sites/default/files/css/css_BeUtjMQF0sP4PdKA9FEO-HyAmUzaICLhMIzZg7TELJ0.css?delta=0&language=en&theme=bixal_uswds&include=eJxVyUEOwjAMRNELhfpI1SQZgYvVVLarBk4PCzasvvR-1Qlbz7h6yN1GhZWGI9sDUhEsbYynMuTXLXyJfBnje5zS_TxgCzbMP0jOhBM3Z-ibJTR5aecKo6forvkBYyIvfw" media="all" rel="stylesheet">
1 Moderate equalAccess heading_markup_misuse: Heading markup should be used only for headings, not for formatting
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Verify that the heading element is a genuine heading
Mode: light
<h2 class="bix-section__title">
1 Moderate equalAccess frame_src_valid: The src value of the frame must not be empty
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Verify <frame> content is accessible
Mode: light
<iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfH1LIqAAAAACvGsKyYIZj3f4yHu3DH7jyN2dBX&co=aHR0cHM6Ly93d3cuYml4YWwuY29tOjQ0Mw..&hl=en&type=image&v=qm3PSRIx10pekcnS9DjGnjPW&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=gh4aitod48yq" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" scrolling="no" frameborder="0" name="a-kxuotqt4rw6g" role="presentation" height="78" width="304" title="reCAPTCHA">
1 Moderate equalAccess aria_role_valid
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
The ARIA role 'presentation' is not valid for the element <img> and may be ignored by the browser since the element is focusable
Mode: light
<img alt="Bixal Logo letter B silhouette around a photo of a smiling child." src="/static/img-b-footer.png" loading="lazy" decoding="async" aria-hidden="true" role="presentation">