Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction33 positive, 3 -1-on-focusableFIX
F404 Error PageActionHTTP 403, custom pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy15 headingsREVIEW
- H3 RTX Businesses
- H2 A new day dawns for the MALD® decoy
- H2 Who we are
- H2 The RTX effect
- H3 RTX accelerates the design and manufacture of complex systems by combining advanced digital tools, scalable design approaches and manufacturing-ready thinking from the start.
- H2 Customer outcomes
- H3 What will unlock greater capability for the F-35?
- H2 What we do
- H3 RTX pushes the limits of science and technology to design, build and support innovations that keep people flying safely and protect nations.
- H2 Our businesses
- H3 Collins Aerospace
- H3 Pratt & Whitney
- H3 Raytheon
- H3 Careers
- H4 It’s time to make a difference
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BAlt Text Quality2 of 18 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BLink & Button Quality2 issue(s) across 70 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://careers.rtx.com/global/en | Careers | new tab | Add '(opens in new tab)' to text |
| https://investors.rtx.com/#Investors | Investors | new tab | Add '(opens in new tab)' to text |
| /news/2026/07/15/a-new-day-dawns-for-mal… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: A New Day Dawns For Mald | |||
| /news/news-center/2026/07/21/rtxs-raythe… | Latest News … | img no alt | Add alt attribute to the image |
| /who-we-are/we-are-rtx/rtx-big-questions… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: What Will Unlock Greater Capability For The F 35 | |||
| https://www.rtx.com/collinsaerospace/ | Collins Aerospace | img no alt | Add alt attribute to the image |
| https://www.rtx.com/en/prattwhitney | Pratt & Whitney | img no alt | Add alt attribute to the image |
| https://www.rtx.com/raytheon | Raytheon | img no alt | Add alt attribute to the image |
| https://careers.rtx.com/global/en/lifeat… | Learn about our culture | new tab | Add '(opens in new tab)' to text |
| /external-redirects/rtx-careers | Find your next career | new tab | Add '(opens in new tab)' to text |
| https://www.rtx.com/who-we-are/ethics-an… | Speak Up | new tab | Add '(opens in new tab)' to text |
| https://www.rtx.com/who-we-are/ethics-an… | Code of Conduct | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/news/2026/07/15/a-new-day-dawns-for-mald ("Learn more"); /who-we-are/we-are-rtx/rtx-big-questions/what-will-unlock-greater-capability-… ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://careers.rtx.com/global/en; https://investors.rtx.com/#Investors; https://careers.rtx.com/global/en/lifeatrtx; /external-redirects/rtx-careers; https://www.rtx.com/who-we-are/ethics-and-compliance#speakup; https://www.rtx.com/who-we-are/ethics-and-compliance#raytheon-technologies-co…
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
CMobile-Readable Font SizesAction83% of visible text renders at >= 12 CSS px (13 below threshold)REVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 A new day dawns for … | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h2 Who we are | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h2 The RTX effect | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h2 Customer outcomes | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h2 What we do | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h2 Our businesses | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h3 RTX Businesses | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 RTX accelerates the … | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h3 What will unlock gre… | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h3 RTX pushes the limit… | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| h3 Careers | 1.19:1 | 3.0:1 | #000000 | #191919 | Fail |
| title Home | RTX | 8.63:1 | 4.5:1 | #000000 | #A6A6A6 | Pass |
| button Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a RTX | 8.63:1 | 4.5:1 | #000000 | #A6A6A6 | Pass |
| a Collins Aerospace | 8.63:1 | 4.5:1 | #000000 | #A6A6A6 | Pass |
| a Pratt & Whitney | 8.73:1 | 4.5:1 | #000000 | #A7A7A7 | Pass |
| a Raytheon | 8.73:1 | 4.5:1 | #000000 | #A7A7A7 | Pass |
| span RTX | 8.73:1 | 4.5:1 | #000000 | #A7A7A7 | Pass |
| div Internet Explorer is… | 8.74:1 | 4.5:1 | #000000 | #A7A7A8 | Pass |
| span Menu | 15.31:1 | 4.5:1 | #000000 | #DCDCDC | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 87/100 — 3 failing, 24 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.esds-vml-carousel__slide > figure > picture > img div.esds-vml-carousel__slide > figure > picture > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Contacts
Corporate and Business Headquarters
RTX on LinkedIn
RTX on X
RTX on Fa… nav.footer__navigation > div.footer-grid > div.footer__navigation-list > ul |
Corporate Governance
Responsibility
Contract Vehicles nav.footer__navigation > div.footer-grid > div.footer__navigation-list > ul |
News
Media Resources nav.footer__navigation > div.footer-grid > div.footer__navigation-list > ul |
RTX
Collins Aerospace
Pratt & Whitney
Raytheon nav.footer__navigation > div.footer-grid > div.footer__navigation-list > ul |
Speak Up
Code of Conduct nav.footer__navigation > div.footer-grid > div.footer__navigation-list > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content div#wrapper > header > div#header > button.esds-mega-nav__skip-link |
RTX div > ul > li > a.active |
Collins Aerospace div > ul > li > a |
Pratt & Whitney div > ul > li > a |
Raytheon div > ul > li > a |
RTX 212.79 div > div.simple-stock-quote > div.initialized > a.esds-bu-bar__quote-link |
RTX logo div > div.row > div.esds-mega-nav__logo > a |
Menu section.wrapper > div > div.row > a.esds-mega-nav__hamburger |
Input search request div.row > div.esds-mega-nav__search-bar > form.esds-mega-nav__search-bar-form > input#searchBar |
Submit search request div.row > div.esds-mega-nav__search-bar > form.esds-mega-nav__search-bar-form > button.esds-mega-nav__search-bar-form-submit |
rtx div > div.footer-row > div.footer-nav__logo > a |
Accept recommended settings div.component-content > div.gdpr > div.gdpr__buttons > a.gdpr__btn |
Accept necessary cookies only div.component-content > div.gdpr > div.gdpr__buttons > a.gdpr__btn |
Manage settings div.gdpr > div.gdpr__buttons > div.gdpr__btn > a.initializeModal |
RTX.com Privacy Policy div.component-content > div.gdpr > div.gdpr__link > a |
These are opportunities to improve keyboard navigation in your application.
AHeading Text Quality1 heading-text-quality issue(s) detectedPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchBar | text | Input search request | aria-label |
| #esds-bu-bar__toggle | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="esds-bu-bar__toggle">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2