Accessibility
· 12 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
F404 Error PageActionHTTP 202, bare 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
BHeading HierarchyNo headingsREVIEW
No headings found
Headings create the document outline for screen reader navigation.
Headings (H1-H6) create the document outline for screen reader navigation.
A page with zero headings is unnavigable by assistive tech and reads as one undifferentiated wall of text.
Learn more ▾ ▴
Screen reader users navigate by jumping between H1-H6 elements. A page with no headings has no skip targets — users have to read every word linearly. Adding a heading hierarchy (one H1, then H2 sections, optional H3 subsections) makes the page skimmable for both AT and human readers.
Source: WCAG 1.3.1 / W3C WAI
BLighthouse Accessibility AuditsScore 83/100 — 7 failing, 32 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WHAT WE DO
All Products & Services
Our Signature Methodologies
Morningstar Inve… div.mdc-footer__wrapper > div.mdc-footer__section > div.mdc-footer__navigation > ul.mdc-list-group__mdc |
COMPANY
About Us
Careers
Culture
Corporate Sustainability
Newsroom
Investor Rel… div.mdc-footer__wrapper > div.mdc-footer__section > div.mdc-footer__navigation > ul.mdc-list-group__mdc |
GET HELP
Advertising Opportunities
Feedback
Reprints
Investing Terms and Defini… div.mdc-footer__wrapper > div.mdc-footer__section > div.mdc-footer__navigation > ul.mdc-list-group__mdc |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All Products & Services div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Our Signature Methodologies div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Morningstar Investment Conference div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
About Us div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Careers div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Culture div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Corporate Sustainability div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Newsroom div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Investor Relations div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Advertising Opportunities div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Feedback div.mdc-footer__navigation > ul.mdc-list-group__mdc > li#usbl-integrated-button-footer > div.mdc-list-group-item__link__mdc |
Reprints div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Investing Terms and Definitions div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Global Contacts div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
Affiliate Program div.mdc-footer__navigation > ul.mdc-list-group__mdc > li.mdc-list-group-item__mdc > a.mdc-link__mdc |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
−1.50 td.mdc-stylebox__cell__mdc > button.mdc-stylebox__cell-button__mdc > span > span.mdc-stylebox__unscaled-cell-text__mdc |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WHAT WE DO div.mdc-footer__section > div.mdc-footer__navigation > ul.mdc-list-group__mdc > h5.mdc-footer__navigation-heading |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
DJIA
−0.59%
S&P 500
−0.63%
NASDAQ
−0.59%
Morningstar US Market
−0.65%
Morningst… div.mdc-pinned-securities__mdc > div.mdc-carousel__mdc > div.mdc-carousel__scroll__mdc > ul.mdc-carousel__items__mdc |
Recommended
Best Companies to Own
Tax Guide for 2026
How to Invest Like Buffett… div.home__recommended__mdc > div.mdc-carousel__mdc > div.mdc-carousel__scroll__mdc > ul.mdc-carousel__items__mdc |
GE Aerospace Earnings: Engine Deliveries Accelerate in Strong Start to 2026
Nic… div.mdc-panel__content__mdc > div.mdc-carousel__mdc > div.mdc-carousel__scroll__mdc > ul.mdc-carousel__items__mdc |
More Sections
Markets
Portfolio Construction
Economy
Sustainable Investing
Pers… section.home__section__mdc > div.mdc-carousel__mdc > div.mdc-carousel__scroll__mdc > ul.mdc-carousel__items__mdc |
GE
GE Aerospace
We View GE Aerospace as Presiding Over the Premiere Franchise i… div.mdc-panel__content__mdc > div.mdc-carousel__mdc > div.mdc-carousel__scroll__mdc > ul.mdc-carousel__items__mdc |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms and Conditions div.mdc-footer__policies > ul.mdc-footer__policies-list > li.mdc-footer__policies-list--item > a.mdc-link__mdc |
Privacy Center div.mdc-footer__policies > ul.mdc-footer__policies-list > li.mdc-footer__policies-list--item > a.mdc-link__mdc |
Member User Agreement div.mdc-footer__policies > ul.mdc-footer__policies-list > li.mdc-footer__policies-list--item > a.mdc-link__mdc |
Corrections div.mdc-footer__policies > ul.mdc-footer__policies-list > li.mdc-footer__policies-list--item > a.mdc-link__mdc |
Do Not Sell or Share My Personal Information div.mdc-footer__policies > ul.mdc-footer__policies-list > li.mdc-footer__policies-list--item > a.mdc-link__mdc |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Style Box
−0.85
−0.53
−0.34
Large
−0.18
−0.67
−0.62
Mid
−0.42
… div.mdc-us-barometer__mdc > div.mdc-stylebox__mdc > div.mdc-stylebox__container__mdc > table.mdc-stylebox__table__mdc |