Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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
FHeading HierarchyAction101 headings, 7 skip(s)FIX
- H1 WELCOME TO FARNELL GLOBAL
- H2 WELCOME TO FARNELL GLOBAL
- H4 Select country or region from the list below: skipped
- H4 Europe & Africa
- H4 Asia Pacific
- H4 Americas
- H3 Can't find the country you're looking for?
- H3 Visit our Export Store
- H1 WHO WE ARE duplicate H1
- H1 AN AVNET COMPANY duplicate H1
- H1 OUR BRANDS duplicate H1
- H1 OUR REGIONAL BRANDS duplicate H1
- H4 Select country or region from the list below: skipped
- H4 Europe & Africa
- H4 Asia Pacific
- H4 Americas
- H3 Can't find the country you're looking for?
- H3 Visit our Export Store
- H1 ELEMENT14 COMMUNITY duplicate H1
- H1 OUR GLOBAL REACH duplicate H1
- H3 3,000 skipped
- H3 80+
- H3 20
- H3 10M
- H3 3,000+
- H3 48
- H3 13
- H3 890,000
- H1 OUR HERITAGE duplicate H1
- H1 1934 duplicate H1
- H1 1939 duplicate H1
- H1 1990s duplicate H1
- H1 1996 duplicate H1
- H1 2006 duplicate H1
- H1 2009 duplicate H1
- H1 2010 duplicate H1
- H1 2011 duplicate H1
- H1 2012 duplicate H1
- H1 2013 duplicate H1
- H1 2014 duplicate H1
- H1 2016 duplicate H1
- H1 2019 duplicate H1
- H1 2022 duplicate H1
- H1 1934 duplicate H1
- H1 1939 duplicate H1
- H1 1990s duplicate H1
- H1 1996 duplicate H1
- H1 2006 duplicate H1
- H1 2009 duplicate H1
- H1 2010 duplicate H1
- H1 2011 duplicate H1
- H1 2012 duplicate H1
- H1 2013 duplicate H1
- H1 2014 duplicate H1
- H1 2016 duplicate H1
- H1 2019 duplicate H1
- H1 2022 duplicate H1
- H1 2019 duplicate H1
- H1 2022 duplicate H1
- H1 OUR SOLUTIONS duplicate H1
- H1 A WIDE RANGE OF PRODUCTS duplicate H1
- H1 LEADING SUPPLIERS duplicate H1
- H1 EXTENSIVE RANGE OF INDUSTRIAL PRODUCTS duplicate H1
- H1 DEDICATED TEAM AND TECHNICAL SUPPORT duplicate H1
- H1 OUR VALUE-ADDED SERVICES duplicate H1
- H1 OUR COMPREHENSIVE TECHNICAL RESOURCES duplicate H1
- H1 WHY CHOOSE US duplicate H1
- H1 OUR PEOPLE duplicate H1
- H1 OUR CORE VALUES duplicate H1
- H6 Integrity skipped
- H6 Integrity
- H6 Customer Focus
- H6 Customer Focus
- H6 Ownership
- H6 Ownership
- H6 Teamwork
- H6 Teamwork
- H6 Inclusiveness
- H6 Inclusiveness
- H1 WHY FARNELL? duplicate H1
- H1 OUR OFFER duplicate H1
- H5 Hybrid working skipped
- H5 Insurance plans
- H5 Pension plans
- H5 A global employee referral programme
- H5 Company socials
- H5 A global mentoring programme
- H5 The option to buy annual leave
- H5 Education assistance
- H5 Employee discounts
- H5 Wellbeing initiatives
- H1 DIVERSITY, EQUITY, AND INCLUSION duplicate H1
- H4 Listen and Learn skipped
- H4 Education and Awareness
- H4 Policies and Processes
- H4 Leadership Commitment
- H6 Meet the Team skipped
- H6 Work with us
- H6 Contact us
- H1 CORPORATE RESPONSIBILITY duplicate H1
- H1 GLOBAL CHALLENGES CLOSE TO HOME duplicate H1
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 QualityAction57 of 182 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 57 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
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction2 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
DLighthouse Accessibility AuditsActionScore 68/100 — 7 failing, 13 passedFIX
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 |
|---|
Watch full video div.row > div.col-md-12 > div.video-btn > a.btn |
Take me to Newark div.container-fluid > div#localeInterMobile > a.col-11 > span |
Join element14 Community div.col-md-12 > div.row > div.col-md-6 > a.join-element14 |
Newark Electronic founded div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd > p.heri-font |
1934 div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd > h1 |
Browse all products div.bg-full-width-inner > div.row > div.col-md-6 > a.browse-all-products |
Browse all manufacturers div.bg-full-width-inner > div.row > div.col-md-6 > a.browse-all-manufacturers |
Discover more div.bg-full-width-inner > div.row > div.col-md-6 > a.discover-more |
Chat now div.bg-full-width-inner > div.row > div.col-md-6 > a.chat-now |
Explore more div.bg-full-width-inner > div.row > div.col-md-6 > a.explore-more |
Explore more div.bg-full-width-inner > div.row > div.col-md-6 > a.explore-more-tech |
Discover more div.minibanner > div.row > div.col-md-6 > a.discover-more-us |
Teamwork div.flip-card-inner > div.flip-card-back > div.flp-back > h6.text-white |
EMEA div.col-9 > ul.m-t-menu > li > a.mtt-emea |
Americas div.col-9 > ul.m-t-menu > li > a.mtt-americas |
Asia Pacific div.col-9 > ul.m-t-menu > li > a.mtt-asia |
Careers div.alt-product-text-fixed-height > ul.m-t-menu > li > a.careers |
Discover more div.col-md-12 > div.row > div.col-md-6 > a.discover-more-esg |
Privacy div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Terms of Access div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Legal and Copyright Notices div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Cookies Settings div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.
Farnell i… div.container > div.row > div.col-12 > div.site-legal-text |
An Avnet Company div.row > div.col-12 > div.site-legal-text > a |
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 |
|---|
3,000 div.bg-full-width-inner > div.row > div.col-6 > h3.brand-slash-glb |
Integrity div.flip-card-inner > div.flip-card-front > div.foundation-logos > h6.pt-1 |
Hybrid working div.bg-full-width-inner > div.row > div.col-xs-4 > h5.padg-top |
Listen and Learn div.col-12 > div.row > div.col-xs-7 > h4.our-gen-cont |
Meet the Team div.col-12 > div.row > div.col-9 > h6 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.col-md-12 > div.row > div.col-md-6 > img div.col-md-12 > div.row > div.col-md-6 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-12 > img div.col-md-6 > div.row > div.col-md-12 > img |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz |
div#demo2 > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow div#demo2 > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow |
div#demo2 > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow div#demo2 > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
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 |
|---|
div.container-fluid > div.container > div#demo2 > a.carousel-control-prev div.container-fluid > div.container > div#demo2 > a.carousel-control-prev |
div.container-fluid > div.container > div#demo2 > a.carousel-control-next div.container-fluid > div.container > div#demo2 > a.carousel-control-next |
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.
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 |
|---|
WHO WE ARE nav > ul.menu-links > li > a.who-we-are |
OUR BRANDS nav > ul.menu-links > li > a.our-brands |
OUR GLOBAL REACH nav > ul.menu-links > li > a.our-global-reach |
OUR HERITAGE nav > ul.menu-links > li > a.our-Heritage |
OUR SOLUTIONS nav > ul.menu-links > li > a.our-solutions |
OUR PEOPLE nav > ul.menu-links > li > a.our-people |
CORPORATE RESPONSIBILITY nav > ul.menu-links > li > a.esg |
Americas: HRNow@Avnet.com div.col-9 > div.alt-product-text-fixed-height > p.contact-us > a |
ASIA: HRNow.ASIA@Avnet.com div.col-9 > div.alt-product-text-fixed-height > p.contact-us > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
CLink & Button QualityAction16 issue(s) across 174 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://players.brightcove.net/136223589… | Watch full video | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://at.farnell.com?CMP=os-cta-farnel… | Austria (Deutsch) | new tab | Add '(opens in new tab)' to text |
| https://be.farnell.com?CMP=os-cta-farnel… | Belgium (Nederlands, français… | new tab | Add '(opens in new tab)' to text |
| https://bg.farnell.com?CMP=os-cta-farnel… | Bulgaria (Български) | new tab | Add '(opens in new tab)' to text |
| https://cz.farnell.com?CMP=os-cta-farnel… | Czech Republic (čeština) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-serbi… | Croatia (English) | new tab | Add '(opens in new tab)' to text |
| https://dk.farnell.com?CMP=os-cta-farnel… | Denmark (dansk) | new tab | Add '(opens in new tab)' to text |
| https://ee.farnell.com?CMP=os-cta-farnel… | Estonia (eesti keel) | new tab | Add '(opens in new tab)' to text |
| https://fi.farnell.com?CMP=os-cta-farnel… | Finland (suomi) | new tab | Add '(opens in new tab)' to text |
| https://fr.farnell.com?CMP=os-cta-farnel… | France (français) | new tab | Add '(opens in new tab)' to text |
| https://de.farnell.com?CMP=os-cta-farnel… | Germany (Deutsch) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-greec… | Greece (English) | new tab | Add '(opens in new tab)' to text |
| https://hu.farnell.com?CMP=os-cta-farnel… | Hungary (magyar) | new tab | Add '(opens in new tab)' to text |
| https://ie.farnell.com?CMP=os-cta-farnel… | Ireland (English) | new tab | Add '(opens in new tab)' to text |
| https://il.farnell.com?CMP=os-cta-farnel… | Israel (English) | new tab | Add '(opens in new tab)' to text |
| https://it.farnell.com?CMP=os-cta-farnel… | Italy (italiano) | new tab | Add '(opens in new tab)' to text |
| https://lv.farnell.com?CMP=os-cta-farnel… | Latvia (latviešu) | new tab | Add '(opens in new tab)' to text |
| https://lt.farnell.com?CMP=os-cta-farnel… | Lithuania (lietuvių k.) | new tab | Add '(opens in new tab)' to text |
| https://nl.farnell.com?CMP=os-cta-farnel… | Netherlands (Nederlands) | new tab | Add '(opens in new tab)' to text |
| https://no.farnell.com?CMP=os-cta-farnel… | Norway (norsk) | new tab | Add '(opens in new tab)' to text |
| https://pl.farnell.com?CMP=os-cta-farnel… | Poland (polski) | new tab | Add '(opens in new tab)' to text |
| https://pt.farnell.com?CMP=os-cta-farnel… | Portugal (português) | new tab | Add '(opens in new tab)' to text |
| https://ro.farnell.com?CMP=os-cta-farnel… | Romania (Română) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-serbi… | Serbia (English) | new tab | Add '(opens in new tab)' to text |
| https://sk.farnell.com?CMP=os-cta-farnel… | Slovak Republic (slovenčina) | new tab | Add '(opens in new tab)' to text |
| https://si.farnell.com?CMP=os-cta-farnel… | Slovenia (slovenščina) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-south… | South Africa (English) | new tab | Add '(opens in new tab)' to text |
| https://es.farnell.com?CMP=os-cta-farnel… | Spain (español) | new tab | Add '(opens in new tab)' to text |
| https://se.farnell.com?CMP=os-cta-farnel… | Sweden (svenska) | new tab | Add '(opens in new tab)' to text |
| https://ch.farnell.com?CMP=os-cta-farnel… | Switzerland (Deutsch, françai… | new tab | Add '(opens in new tab)' to text |
| https://tr.farnell.com?CMP=os-cta-farnel… | Turkey (Türkçe) | new tab | Add '(opens in new tab)' to text |
| https://uk.farnell.com?CMP=os-cta-farnel… | United Kingdom (English) | new tab | Add '(opens in new tab)' to text |
| https://au.element14.com?CMP=os-cta-farn… | Australia | new tab | Add '(opens in new tab)' to text |
| https://cn.element14.com?CMP=os-cta-farn… | China (简体中文) | new tab | Add '(opens in new tab)' to text |
| https://hk.element14.com?CMP=os-cta-farn… | Hong Kong | new tab | Add '(opens in new tab)' to text |
| https://in.element14.com?CMP=os-cta-farn… | India | new tab | Add '(opens in new tab)' to text |
| https://jp.farnell.com?CMP=os-cta-farnel… | Japan | new tab | Add '(opens in new tab)' to text |
| https://kr.element14.com?CMP=os-cta-farn… | South Korea (한국어) | new tab | Add '(opens in new tab)' to text |
| https://my.element14.com?CMP=os-cta-farn… | Malaysia | new tab | Add '(opens in new tab)' to text |
| https://nz.element14.com?CMP=os-cta-farn… | New Zealand | new tab | Add '(opens in new tab)' to text |
| https://ph.element14.com?CMP=os-cta-farn… | Philippines | new tab | Add '(opens in new tab)' to text |
| https://sg.element14.com?CMP=os-cta-farn… | Singapore | new tab | Add '(opens in new tab)' to text |
| https://tw.element14.com?CMP=os-cta-farn… | Taiwan (繁體中文) | new tab | Add '(opens in new tab)' to text |
| https://th.element14.com?CMP=os-cta-farn… | Thailand (ไทย) | new tab | Add '(opens in new tab)' to text |
| https://vn.element14.com?CMP=os-cta-farn… | Vietnam | new tab | Add '(opens in new tab)' to text |
| https://sg.element14.com/indonesia?CMP=o… | Indonesia | new tab | Add '(opens in new tab)' to text |
| https://orel.com/?CMP=os-cta-farnell.com… | Sri Lanka | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/argentina?CMP=… | Argentina (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/pt-BR/brasil?CMP=… | Brazil (Português) | new tab | Add '(opens in new tab)' to text |
| https://canada.newark.com?CMP=os-cta-far… | Canada | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/chile?CMP=os-c… | Chile (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/colombia?CMP=o… | Colombia (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/costa-rica?CMP… | Costa Rica (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/ecuador?CMP=os… | Ecuador (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/honduras?CMP=o… | Honduras (Español) | new tab | Add '(opens in new tab)' to text |
| https://mexico.newark.com?CMP=os-cta-far… | Mexico (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/peru?CMP=os-ct… | Peru (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com?CMP=os-cta-farnel… | United States | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/uruguay?CMP=os… | Uruguay (Español) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/jsp/home/home… | Visit our Export Store | new tab | Add '(opens in new tab)' to text |
| https://cpc.farnell.com/ | CPC | new tab | Add '(opens in new tab)' to text |
| https://cpc.farnell.com/ | https://cpc.farnell.com/ | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://at.farnell.com?CMP=os-cta-farnel… | Austria (Deutsch) | new tab | Add '(opens in new tab)' to text |
| https://be.farnell.com?CMP=os-cta-farnel… | Belgium (Nederlands, français… | new tab | Add '(opens in new tab)' to text |
| https://bg.farnell.com?CMP=os-cta-farnel… | Bulgaria (Български) | new tab | Add '(opens in new tab)' to text |
| https://cz.farnell.com?CMP=os-cta-farnel… | Czech Republic (čeština) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-serbi… | Croatia (English) | new tab | Add '(opens in new tab)' to text |
| https://dk.farnell.com?CMP=os-cta-farnel… | Denmark (dansk) | new tab | Add '(opens in new tab)' to text |
| https://ee.farnell.com?CMP=os-cta-farnel… | Estonia (eesti keel) | new tab | Add '(opens in new tab)' to text |
| https://fi.farnell.com?CMP=os-cta-farnel… | Finland (suomi) | new tab | Add '(opens in new tab)' to text |
| https://fr.farnell.com?CMP=os-cta-farnel… | France (français) | new tab | Add '(opens in new tab)' to text |
| https://de.farnell.com?CMP=os-cta-farnel… | Germany (Deutsch) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-greec… | Greece (English) | new tab | Add '(opens in new tab)' to text |
| https://hu.farnell.com?CMP=os-cta-farnel… | Hungary (magyar) | new tab | Add '(opens in new tab)' to text |
| https://ie.farnell.com?CMP=os-cta-farnel… | Ireland (English) | new tab | Add '(opens in new tab)' to text |
| https://il.farnell.com?CMP=os-cta-farnel… | Israel (English) | new tab | Add '(opens in new tab)' to text |
| https://it.farnell.com?CMP=os-cta-farnel… | Italy (italiano) | new tab | Add '(opens in new tab)' to text |
| https://lv.farnell.com?CMP=os-cta-farnel… | Latvia (latviešu) | new tab | Add '(opens in new tab)' to text |
| https://lt.farnell.com?CMP=os-cta-farnel… | Lithuania (lietuvių k.) | new tab | Add '(opens in new tab)' to text |
| https://nl.farnell.com?CMP=os-cta-farnel… | Netherlands (Nederlands) | new tab | Add '(opens in new tab)' to text |
| https://no.farnell.com?CMP=os-cta-farnel… | Norway (norsk) | new tab | Add '(opens in new tab)' to text |
| https://pl.farnell.com?CMP=os-cta-farnel… | Poland (polski) | new tab | Add '(opens in new tab)' to text |
| https://pt.farnell.com?CMP=os-cta-farnel… | Portugal (português) | new tab | Add '(opens in new tab)' to text |
| https://ro.farnell.com?CMP=os-cta-farnel… | Romania (Română) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-serbi… | Serbia (English) | new tab | Add '(opens in new tab)' to text |
| https://sk.farnell.com?CMP=os-cta-farnel… | Slovak Republic (slovenčina) | new tab | Add '(opens in new tab)' to text |
| https://si.farnell.com?CMP=os-cta-farnel… | Slovenia (slovenščina) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/welcome-south… | South Africa (English) | new tab | Add '(opens in new tab)' to text |
| https://es.farnell.com?CMP=os-cta-farnel… | Spain (español) | new tab | Add '(opens in new tab)' to text |
| https://se.farnell.com?CMP=os-cta-farnel… | Sweden (svenska) | new tab | Add '(opens in new tab)' to text |
| https://ch.farnell.com?CMP=os-cta-farnel… | Switzerland (Deutsch, françai… | new tab | Add '(opens in new tab)' to text |
| https://tr.farnell.com?CMP=os-cta-farnel… | Turkey (Türkçe) | new tab | Add '(opens in new tab)' to text |
| https://uk.farnell.com?CMP=os-cta-farnel… | United Kingdom (English) | new tab | Add '(opens in new tab)' to text |
| https://au.element14.com?CMP=os-cta-farn… | Australia | new tab | Add '(opens in new tab)' to text |
| https://cn.element14.com?CMP=os-cta-farn… | China (简体中文) | new tab | Add '(opens in new tab)' to text |
| https://hk.element14.com?CMP=os-cta-farn… | Hong Kong | new tab | Add '(opens in new tab)' to text |
| https://in.element14.com?CMP=os-cta-farn… | India | new tab | Add '(opens in new tab)' to text |
| https://jp.farnell.com?CMP=os-cta-farnel… | Japan | new tab | Add '(opens in new tab)' to text |
| https://kr.element14.com?CMP=os-cta-farn… | South Korea (한국어) | new tab | Add '(opens in new tab)' to text |
| https://my.element14.com?CMP=os-cta-farn… | Malaysia | new tab | Add '(opens in new tab)' to text |
| https://nz.element14.com?CMP=os-cta-farn… | New Zealand | new tab | Add '(opens in new tab)' to text |
| https://ph.element14.com?CMP=os-cta-farn… | Philippines | new tab | Add '(opens in new tab)' to text |
| https://sg.element14.com?CMP=os-cta-farn… | Singapore | new tab | Add '(opens in new tab)' to text |
| https://tw.element14.com?CMP=os-cta-farn… | Taiwan (繁體中文) | new tab | Add '(opens in new tab)' to text |
| https://th.element14.com?CMP=os-cta-farn… | Thailand (ไทย) | new tab | Add '(opens in new tab)' to text |
| https://vn.element14.com?CMP=os-cta-farn… | Vietnam | new tab | Add '(opens in new tab)' to text |
| https://sg.element14.com/indonesia?CMP=o… | Indonesia | new tab | Add '(opens in new tab)' to text |
| https://orel.com/?CMP=os-cta-farnell.com… | Sri Lanka | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/argentina?CMP=… | Argentina (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/pt-BR/brasil?CMP=… | Brazil (Português) | new tab | Add '(opens in new tab)' to text |
| https://canada.newark.com?CMP=os-cta-far… | Canada | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/chile?CMP=os-c… | Chile (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/colombia?CMP=o… | Colombia (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/costa-rica?CMP… | Costa Rica (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/ecuador?CMP=os… | Ecuador (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/honduras?CMP=o… | Honduras (Español) | new tab | Add '(opens in new tab)' to text |
| https://mexico.newark.com?CMP=os-cta-far… | Mexico (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/peru?CMP=os-ct… | Peru (Español) | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com?CMP=os-cta-farnel… | United States | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com/es/uruguay?CMP=os… | Uruguay (Español) | new tab | Add '(opens in new tab)' to text |
| https://export.farnell.com/jsp/home/home… | Visit our Export Store | new tab | Add '(opens in new tab)' to text |
| https://cpc.farnell.com/ | CPC | new tab | Add '(opens in new tab)' to text |
| https://cpc.farnell.com?CMP=os-cta-farne… | https://cpc.farnell.com/ | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| #demo | (empty) | empty | Add link text or aria-label |
| #demo | (empty) | empty | Add link text or aria-label |
| #demo2 | (empty) | empty | Add link text or aria-label |
| #demo2 | (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 | |
| (empty) | empty | Add link text or aria-label | |
| https://uk.farnell.com/privacy-statement… | Privacy | new tab | Add '(opens in new tab)' to text |
| https://uk.farnell.com/terms-of-access?c… | Terms of Access | new tab | Add '(opens in new tab)' to text |
| https://www.avnet.com/wps/portal/us/abou… | Legal and Copyright Notices | new tab | Add '(opens in new tab)' to text |
| /cookies/ | Cookies Settings | new tab | Add '(opens in new tab)' to text |
| http://www.avnet.com | An Avnet Company | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a (#90 on page); a (#351 on page); a.anchor (#375 on page); a (#398 on page); a.anchor (#670 on page); a.anchor (#671 on page); a.anchor (#713 on page); #demo; #demo; #demo2 (+6 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
Add '(opens in new tab)' to link text or aria-label.
https://players.brightcove.net/1362235890001/B1DXLX_zb_default/index.html?vid…; https://at.farnell.com?CMP=os-cta-farnell.com-Austria; https://be.farnell.com?CMP=os-cta-farnell.com-Belgium; https://bg.farnell.com?CMP=os-cta-farnell.com-Bulgaria; https://cz.farnell.com?CMP=os-cta-farnell.com-Czech_Republic; https://export.farnell.com/welcome-serbia?CMP=os-cta-farnell.com-Croatia; https://dk.farnell.com?CMP=os-cta-farnell.com-Denmark; https://ee.farnell.com?CMP=os-cta-farnell.com-Estonia; https://fi.farnell.com?CMP=os-cta-farnell.com-Finland; https://fr.farnell.com?CMP=os-cta-farnell.com-France (+118 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
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #bypassDesktop | checkbox | Bypass this page in the future | for/id |
| #bypassMobile | checkbox | Bypass this page in the future | for/id |
| #bypassMobile | checkbox | Bypass this page in the future | for/id |
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 WELCOME TO FARNELL G… | 17.79:1 | 3.0:1 | #000000 | #ECECED | Pass |
| h1 WHO WE ARE | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 AN AVNET COMPANY | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 OUR BRANDS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 OUR REGIONAL BRANDS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 ELEMENT14 COMMUNITY | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 OUR GLOBAL REACH | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 OUR HERITAGE | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 1934 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 1939 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 1990s | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 1996 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2006 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2009 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2010 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2011 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2012 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2013 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2014 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 2016 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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.