Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction39 headings, 7 skip(s)FIX
- H1 Lightning-fast, highly-reliablepush notification delivery
- H6 Worldwide, cross-platform push notification solution skipped
- H5 Trusted by 15,000+ companies worldwide
- H3 Mission-critical notification delivery at your service
- H5 Highly-Reliable skipped
- H5 Worldwide Delivery
- H5 Blazing-fast
- H5 Cross-platform
- H5 Pay as you grow
- H5 Auto-Scaling
- H3 Cross-platform support for popular technologies
- H6 Persistent connectivity skipped
- H6 Pub/sub topic messaging
- H6 Developer-friendly docs
- H5 Pushy Enterprise
- H4 Our enterprise-grade, managed/on-premises notification solution, offline-capable and backed by an uptime SLA and 24/7 high priority support
- H3 Track notification delivery and user activity trends
- H4 Insightful metrics
- H4 Powerful tools
- H3 Some companies we'vehad the pleasure of working with
- H6 Tim Preuss skipped
- H6 Brent Dermott
- H6 Darren Maddock
- H6 Riky Wijaya
- H6 Tamir Olpak
- H6 Chris David
- H6 Manuel Saleta
- H4 Reliable notifications at Scale
- H1 9.7M+ duplicate H1
- H6 Notifications sent per day skipped
- H1 48M+ duplicate H1
- H6 Devices on our platform skipped
- H3 Try our demo
- H3 Join over 15,000 companies using the most reliable push notification solution in the world
- H6 Contact Us skipped
- H6 Phone
- H6 Quick Navigation
- H6 Clients
- H6 Latest Updates
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
FAlt Text QualityAction66 of 66 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 58 image(s) |
| filename | 3 image(s) |
| generic | 5 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction13 issue(s) across 94 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://dashboard.pushy.me/ | Dashboard | new tab | Add '(opens in new tab)' to text |
| https://dashboard.pushy.me/register | Get Started for Free | new tab | Add '(opens in new tab)' to text |
| https://www.htc.com/ | HTC | new tab | Add '(opens in new tab)' to text |
| https://www.motorola.com/ | Motorola Mobility | new tab | Add '(opens in new tab)' to text |
| https://www.irobot.com/ | iRobot | new tab | Add '(opens in new tab)' to text |
| https://www.miele.com/ | Miele | new tab | Add '(opens in new tab)' to text |
| https://www.splunk.com/ | Splunk | new tab | Add '(opens in new tab)' to text |
| https://www.aligntech.com/ | Align Technology | new tab | Add '(opens in new tab)' to text |
| https://www.gojek.com/ | Gojek | new tab | Add '(opens in new tab)' to text |
| https://www.zebra.com/ | Zebra Technologies | new tab | Add '(opens in new tab)' to text |
| https://www.chemistwarehouse.com.au/ | Chemist Warehouse | new tab | Add '(opens in new tab)' to text |
| https://www.superdrug.com/ | Superdrug | new tab | Add '(opens in new tab)' to text |
| https://www.kodak.com/ | Kodak | new tab | Add '(opens in new tab)' to text |
| https://amadeus.com/ | Amadeus | new tab | Add '(opens in new tab)' to text |
| https://www.zoho.com/ | Zoho | new tab | Add '(opens in new tab)' to text |
| https://www.htc.com/ | HTC | new tab | Add '(opens in new tab)' to text |
| https://www.motorola.com/ | Motorola Mobility | new tab | Add '(opens in new tab)' to text |
| https://www.irobot.com/ | iRobot | new tab | Add '(opens in new tab)' to text |
| https://www.miele.com/ | Miele | new tab | Add '(opens in new tab)' to text |
| https://www.splunk.com/ | Splunk | new tab | Add '(opens in new tab)' to text |
| https://www.aligntech.com/ | Align Technology | new tab | Add '(opens in new tab)' to text |
| https://www.gojek.com/ | Gojek | new tab | Add '(opens in new tab)' to text |
| https://www.zebra.com/ | Zebra Technologies | new tab | Add '(opens in new tab)' to text |
| https://www.chemistwarehouse.com.au/ | Chemist Warehouse | new tab | Add '(opens in new tab)' to text |
| https://www.superdrug.com/ | Superdrug | new tab | Add '(opens in new tab)' to text |
| https://www.kodak.com/ | Kodak | new tab | Add '(opens in new tab)' to text |
| https://amadeus.com/ | Amadeus | new tab | Add '(opens in new tab)' to text |
| https://www.zoho.com/ | Zoho | new tab | Add '(opens in new tab)' to text |
| /docs/android/create-app | Android | img no alt | Add alt attribute to the image |
| /docs/ios/create-app | iOS | img no alt | Add alt attribute to the image |
| /docs/web-push/create-app | Web Push | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/angular | Angular | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/flutter | Flutter | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/react-native | React Native | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/java | Java | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/python | Python | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/cordova | Cordova | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/ionic | Ionic | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/capacitor | Capacitor | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/phonegap | PhoneGap | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/electron | Electron | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/xamarin-andro… | Xamarin | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/maui-android | MAUI | img no alt | Add alt attribute to the image |
| /docs/additional-platforms/macos | macOS | img no alt | Add alt attribute to the image |
| /enterprise | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Enterprise | |||
| https://www.miele.com | (empty) | empty | Add link text or aria-label |
| https://www.motorola.com | Motorola | new tab | Add '(opens in new tab)' to text |
| https://www.superdrug.com | (empty) | empty | Add link text or aria-label |
| https://www.gojek.com | (empty) | empty | Add link text or aria-label |
| https://www.kodak.com | Kodak | new tab | Add '(opens in new tab)' to text |
| https://www.chemistwarehouse.com.au/ | Chemist Warehouse | new tab | Add '(opens in new tab)' to text |
| https://amadeus.com/ | (empty) | empty | Add link text or aria-label |
| /data-processing-addendum | (empty) | empty | Add link text or aria-label |
| https://dashboard.pushy.me/ | Dashboard | new tab | Add '(opens in new tab)' to text |
| https://status.pushy.me/ | Service Status | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/pushyofficial | Visit our X page for latest up… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/pushyofficial | (empty) | empty | Add link text or aria-label |
| https://github.com/pushy | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
Links without text are announced as raw URLs by screen readers.
a#top; https://www.miele.com; https://www.superdrug.com; https://www.gojek.com; https://amadeus.com/; /data-processing-addendum; https://twitter.com/pushyofficial; https://github.com/pushy; a.lb-prev (#511 on page); a.lb-next (#512 on page) (+2 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
/enterprise ("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
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.htc.com/"]; a[href="https://www.motorola.com/"]; a[href="https://www.irobot.com/"]; a[href="https://www.miele.com/"]; a[href="https://www.splunk.com/"]; a[href="https://www.aligntech.com/"]; a[href="https://www.gojek.com/"]; a[href="https://www.zebra.com/"]; a[href="https://www.chemistwarehouse.com.au/"]; a[href="https://www.superdrug.com/"] (+35 more)
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://dashboard.pushy.me/; https://dashboard.pushy.me/register; https://dashboard.pushy.me/; https://status.pushy.me/; https://twitter.com/pushyofficial
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
DFavicon & BrandingAction5 icon(s) detectedFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction2 landmarksREVIEW
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 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 |
|---|---|---|---|---|---|
| h1 Lightning-fast, high… | 1.75:1 | 3.0:1 | #000000 | #3E352E | Fail |
| h1 push notification de… | 1.67:1 | 3.0:1 | #000000 | #3C312B | Fail |
| h1 9.7M+ | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h1 48M+ | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h3 Mission-critical not… | 1.68:1 | 3.0:1 | #000000 | #3E312A | Fail |
| h3 Cross-platform suppo… | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h3 Track notification d… | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h3 Some companies we've | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h3 had the pleasure of … | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h3 Try our demo | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h3 Join over 15,000 com… | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| h3 push notification so… | 4.23:1 | 3.0:1 | #000000 | #71706B | Pass |
| title Pushy - Lightning-Fa… | 1.50:1 | 4.5:1 | #000000 | #2F2B2A | Fail |
| a Home | 1.62:1 | 4.5:1 | #000000 | #36302C | Fail |
| a About | 1.83:1 | 4.5:1 | #000000 | #403831 | Fail |
| a Pricing | 1.65:1 | 4.5:1 | #000000 | #38312D | Fail |
| a Enterprise | 2.07:1 | 4.5:1 | #000000 | #494038 | Fail |
| a Documentation | 1.59:1 | 4.5:1 | #000000 | #352F2A | Fail |
| a Support | 2.07:1 | 4.5:1 | #000000 | #4B3F37 | Fail |
| a Contact | 2.59:1 | 4.5:1 | #000000 | #584E44 | 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.
CLighthouse Accessibility AuditsActionScore 78/100 — 4 failing, 14 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.
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 |
|---|
MQTT div.col-sm-4 > div.feature > p > a |
China div.col-sm-4 > div.feature > p > a |
pricing div.col-sm-4 > div.feature > p > a |
MQTT div.col-md-4 > div.mb40 > p > a |
AOSP div.col-md-4 > div.mb40 > p > a |
non-GMS div.col-md-4 > div.mb40 > p > a |
Subscribe users div.col-md-4 > div.mb40 > p > a |
developer-friendly documentation div.col-md-4 > div.mb40 > p > a |
GIVE IT A GO div.container > div.row > div.col-md-4 > a.btn |
GET STARTED FOR FREE div.row > div.col-md-4 > a > button.btn |
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 |
|---|
WORLDWIDE, CROSS-PLATFORM PUSH NOTIFICATION SOLUTION div.container > div.row > div.col-sm-10 > h6.uppercase |
HIGHLY-RELIABLE div.col-sm-4 > div.feature > div.text-center > h5.uppercase |
PERSISTENT CONNECTIVITY div.row > div.col-md-4 > div.mb40 > h6.uppercase |
TIM PREUSS ul.slides > li.flex-active-slide > div.quote-author > h6.uppercase |
NOTIFICATIONS SENT PER DAY div.container > div.row > div.col-sm-6 > h6.uppercase |
DEVICES ON OUR PLATFORM div.container > div.row > div.col-sm-6 > h6.uppercase |
CONTACT US div.row > div.col-md-4 > div.footer-contact > h6.uppercase |
These are opportunities to improve keyboard navigation in your application.
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.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.js-marquee > div.client > a > img div.js-marquee > div.client > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
div.col-md-12 > div.platform > a > img div.col-md-12 > div.platform > a > img |
ul.slides > li.flex-active-slide > div.quote-author > img.rounded ul.slides > li.flex-active-slide > div.quote-author > img.rounded |
div.quote-author > span > a > img div.quote-author > span > a > img |
ul.slides > li > div.quote-author > img.rounded ul.slides > li > div.quote-author > img.rounded |
div.quote-author > span > a > img.rounded div.quote-author > span > a > img.rounded |
ul.slides > li > div.quote-author > img.rounded ul.slides > li > div.quote-author > img.rounded |
div.quote-author > span > a > img div.quote-author > span > a > img |
ul.slides > li > div.quote-author > img.rounded ul.slides > li > div.quote-author > img.rounded |
div.quote-author > span > a > img.rounded div.quote-author > span > a > img.rounded |
ul.slides > li > div.quote-author > img.rounded ul.slides > li > div.quote-author > img.rounded |
div.quote-author > span > a > img.rounded div.quote-author > span > a > img.rounded |
ul.slides > li > div.quote-author > img.rounded ul.slides > li > div.quote-author > img.rounded |
div.quote-author > span > a > img div.quote-author > span > a > img |
ul.slides > li > div.quote-author > img.rounded ul.slides > li > div.quote-author > img.rounded |
div.quote-author > span > a > img div.quote-author > span > a > img |
div.col-md-4 > div.footer-contact > a > img.gdpr div.col-md-4 > div.footer-contact > a > img.gdpr |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.flex-active-slide > div.quote-author > span > a li.flex-active-slide > div.quote-author > span > a |
li > div.quote-author > span > a li > div.quote-author > span > a |
li > div.quote-author > span > a li > div.quote-author > span > a |
li > div.quote-author > span > a li > div.quote-author > span > a |
div.row > div.col-md-4 > div.footer-contact > a div.row > div.col-md-4 > div.footer-contact > a |
div.col-sm-6 > ul.list-inline > li > a div.col-sm-6 > ul.list-inline > li > a |
div.col-sm-6 > ul.list-inline > li > a div.col-sm-6 > ul.list-inline > li > a |
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.