Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction13 of 21 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| #react-aria-_R_dasqmkdaav5vd9fivb_ | text | From | for/id |
| #react-aria-_R_easqmkdaav5vd9fivb_ | text | From | for/id |
| #react-aria-_R_disqmkdaav5vd9fivb_ | text | To | for/id |
| #react-aria-_R_eisqmkdaav5vd9fivb_ | text | To | for/id |
| #react-aria-_R_1pcsqmkdaav5vd9fivb_ | text | Depart | for/id |
| #react-aria-_R_29csqmkdaav5vd9fivb_ | text | Return | for/id |
| input | checkbox | none | |
| #react-aria-_R_2ddqav5vd9fivbH3_ | text | ( ) | placeholder only |
| to | input | (none) | none |
| infants | number | (none) | none |
| from | input | (none) | none |
| return | input | (none) | none |
| depart | input | (none) | none |
| adults | number | (none) | none |
| isMultiCity | input | (none) | none |
| noOfRoute | input | (none) | none |
| roundTripFaresFlag | input | (none) | none |
| sharedMarket | input | (none) | none |
| usePoints | input | (none) | none |
| children | number | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="number" name="adults">; <input type="number" name="children">; <input type="number" name="infants">; <input name="from">; <input name="to">; <input name="return">; <input name="depart">; <input name="isMultiCity">; <input name="noOfRoute">; <input name="roundTripFaresFlag"> (+2 more)
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="react-aria-_R_2ddqav5vd9fivbH3_">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction51 links, 12 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.jetblue.com/ | JetBlue | img no alt | Add alt attribute to the image |
| https://www.jetbluevacations.com/?utm_so… | JetBlue Vacations | img no alt | Add alt attribute to the image |
| https://www.truebluetravel.com/?utm_sour… | TrueBlue Travel | img no alt | Add alt attribute to the image |
| https://www.jetblue.com/en/flights-to-eu… | Overseas the day. | new tab | Add '(opens in new tab)' to text |
| https://www.jetblue.com/flights | Flights | new tab | Add '(opens in new tab)' to text |
| https://www.jetbluevacations.com/?utm_so… | Explore packages | new tab | Add '(opens in new tab)' to text |
| https://www.truebluetravel.com/?utm_sour… | Explore trip deals | new tab | Add '(opens in new tab)' to text |
| https://shopjetblue.com/ | JetBlue Swag | new tab | Add '(opens in new tab)' to text |
| https://ir.jetblue.com/overview/default.… | Investor Relations | new tab | Add '(opens in new tab)' to text |
| https://careers.jetblue.com/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://jetblue.bigidprivacy.cloud/consu… | Do not sell my info | new tab | Add '(opens in new tab)' to text |
| https://news.jetblue.com/overview/defaul… | Press Room | new tab | Add '(opens in new tab)' to text |
| https://go.jetblue.com/email-sign-up | Join our email list | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/JetBlue | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/accounts/login… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/jetblue | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/jetblue | YouTube | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.jetblue.com/"]; a[href="https://www.jetbluevacations.com/?utm_source=jetblue.com&utm_medium=referral&…"]; a[href="https://www.truebluetravel.com/?utm_source=jetblue.com&utm_medium=referral&ut…"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.jetblue.com/en/flights-to-europe; https://www.jetblue.com/flights; https://www.jetbluevacations.com/?utm_source=jetblue.com&utm_medium=referral&…; https://www.truebluetravel.com/?utm_source=jetblue.com&utm_medium=referral&ut…; https://shopjetblue.com/; https://ir.jetblue.com/overview/default.aspx; https://careers.jetblue.com/; https://jetblue.bigidprivacy.cloud/consumer/#/bSGEKdahde; https://news.jetblue.com/overview/default.aspx; https://go.jetblue.com/email-sign-up (+4 more)
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction11 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
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.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 JetBlue Home | 3.14:1 | 3.0:1 | #000000 | #4E5F64 | Pass |
| h2 Today's travel offer… | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| h2 Packages, trip deals… | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| h2 So many ways to JetB… | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| h2 Get To Know Us | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| h2 Policies | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| h2 JetBlue In Action | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| h2 Stay Connected | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| h3 Need help? | 6.84:1 | 3.0:1 | #000000 | #939393 | Pass |
| title JetBlue | Why settle… | 6.84:1 | 4.5:1 | #000000 | #939393 | Pass |
| a Skip to main content | 2.21:1 | 4.5:1 | #000000 | #3B465B | Fail |
| span Sign in | 1.15:1 | 4.5:1 | #000000 | #001336 | Fail |
| div Flights | 3.12:1 | 4.5:1 | #000000 | #505E63 | Fail |
| div Flights + Hotel | 3.19:1 | 4.5:1 | #000000 | #535F65 | Fail |
| div Cruises | 3.21:1 | 4.5:1 | #000000 | #555F65 | Fail |
| div Cars | 3.26:1 | 4.5:1 | #000000 | #566065 | Fail |
| div Stays | 3.29:1 | 4.5:1 | #000000 | #596067 | Fail |
| span Round trip | 3.34:1 | 4.5:1 | #000000 | #5A6167 | Fail |
| option Round trip | 1.98:1 | 4.5:1 | #000000 | #0033A0 | Fail |
| option One-way | 1.98:1 | 4.5:1 | #000000 | #0033A0 | Fail |
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.
ALandmark Structure7 landmarksPASS
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
A+Heading Hierarchy19 headingsPASS
- H1 JetBlue Home
- H2 Today's travel offers
- H3 Memorial Day weekend is calling.
- H3 Memorial Day weekend is calling. hidden
- H3 Overseas the day.
- H3 Overseas the day. hidden
- H2 Packages, trip deals and more
- H3 All-inclusives
- H3 Cruises
- H3 Family vacations
- H3 Hotel deals
- H3 Car rental deals
- H3 Trip activities
- H2 So many ways to JetBlue.
- H3 Need help?
- H2 Get To Know Us
- H2 Policies
- H2 JetBlue In Action
- H2 Stay Connected
A+Alt Text QualityAll 19 images OKPASS
A+Web ManifestPWA-readyPASS
ALighthouse Accessibility AuditsScore 94/100 — 3 failing, 32 passedPASS
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Powered by div > div.footer > div.right > label |
These are opportunities to improve the legibility of your content.
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 |
|---|
body > div#pop-div208391309689498112 > div#pop-div308444348287444892 > div#pop-frame08159720616093769 body > div#pop-div208391309689498112 > div#pop-div308444348287444892 > div#pop-frame08159720616093769 |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Beat the summer rush.
Are you ready for it? Lock in great deals with flights a… div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb1_brand_summer-merch-premium |
Earn 60,000 70,000 bonus TrueBlue points.
70,000 bonus points = $700 in award … div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb2_bcus_feblto |
Up to 50% off flights with a package.
Save big on the flight portion of your v… div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb3_jbv_up-to-50-off-plus-200 |