Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction12 issue(s) across 66 links and 14 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /newsletter/sign_up | Sign up for our Newsletter | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/hacksterio | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/hacksterio | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/Hacksterio | x | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/hacksterio | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/hackste… | new tab | Add '(opens in new tab)' to text | |
| https://www.hackster.io/news/embedded-wo… | (empty) | empty | Add link text or aria-label |
| https://fab.city/ongoing-awards/fab-city… | (empty) | empty | Add link text or aria-label |
| https://www.hackster.io/contests/sensor-… | (empty) | empty | Add link text or aria-label |
| https://www.microelectronicsus.com/regis… | (empty) | empty | Add link text or aria-label |
| https://www.microelectronicsus.com/regis… | (empty) | empty | Add link text or aria-label |
| https://help.hackster.io | Help Articles | new tab | Add '(opens in new tab)' to text |
| https://www.avnet.com | Avnet | new tab | Add '(opens in new tab)' to text |
| https://www.farnell.com | Premier Farnell | new tab | Add '(opens in new tab)' to text |
| https://www.element14.com | element14 | new tab | Add '(opens in new tab)' to text |
| https://www.newark.com | Newark | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.hackster.io/news/embedded-world-2026-a-field-report-on-the-latest…; https://fab.city/ongoing-awards/fab-city-awards-2026; https://www.hackster.io/contests/sensor-fusion-challenge; https://www.microelectronicsus.com/register?utm_source=hackster&utm_medium=co…; https://www.microelectronicsus.com/register?utm_source=hackster&utm_medium=co…
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.
/newsletter/sign_up; https://www.facebook.com/hacksterio; https://www.instagram.com/hacksterio; https://twitter.com/Hacksterio; https://www.youtube.com/hacksterio; https://www.linkedin.com/company/hacksterio; https://help.hackster.io; https://www.avnet.com; https://www.farnell.com; https://www.element14.com (+1 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.hckui__buttons__unset (#579 on page); button.hckui__buttons__icon (#616 on page); button.hckui__buttons__icon (#646 on page); button.hckui__buttons__icon (#676 on page); button.tooltip__btn__LUywc (#693 on page); button.hckui__buttons__icon (#709 on page); button.hckui__buttons__unset (#712 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DWeb ManifestActionValid manifestFIX
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
BHeading Hierarchy4 headingsREVIEW
- H3 About Us
- H3 Legal Thingies
- H3 Find Us On Social
- H3 Visit Our Avnet Family
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction20 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 |
|---|---|---|---|---|---|
| h3 About Us | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Legal Thingies | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Find Us On Social | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Visit Our Avnet Fami… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| title Hackster.io - The co… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Projects | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Leave Feedback | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Log in | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| a Sign up | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Projects | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Projects | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Channels | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Channels | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Contests | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Events | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Videos | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Hackster Staff Picks | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p News Article | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a EW26: A Field Report… | 21.00:1 | 4.5: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.
CLighthouse Accessibility AuditsActionScore 72/100 — 6 failing, 15 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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cards__body__F1VX8 > div > span.project_card__author__sz77c > button.tooltip__btn__LUywc div.cards__body__F1VX8 > div > span.project_card__author__sz77c > button.tooltip__btn__LUywc |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.hckui__layout__flexJustifySpaceBetween > label.hckui__layout__fullWidth > input.hckui__util__srOnly div > div.hckui__layout__flexJustifySpaceBetween > label.hckui__layout__fullWidth > input.hckui__util__srOnly |
div > div.hckui__layout__flexJustifySpaceBetween > label.hckui__layout__fullWidth > input.hckui__util__srOnly div > div.hckui__layout__flexJustifySpaceBetween > label.hckui__layout__fullWidth > input.hckui__util__srOnly |
div > div.hckui__layout__flexJustifySpaceBetween > label.hckui__layout__fullWidth > input.hckui__util__srOnly div > div.hckui__layout__flexJustifySpaceBetween > label.hckui__layout__fullWidth > input.hckui__util__srOnly |
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.horizontal_scroll__itemsContainer__lzrLR > div.promoted_content__mobileView__cZ0rX > div.promoted_content__mobileCard__lcyFf > a.promoted_content__mobileImageWrapper__jttTt div.horizontal_scroll__itemsContainer__lzrLR > div.promoted_content__mobileView__cZ0rX > div.promoted_content__mobileCard__lcyFf > a.promoted_content__mobileImageWrapper__jttTt |
div.horizontal_scroll__itemsContainer__lzrLR > div.promoted_content__mobileView__cZ0rX > div.promoted_content__mobileCard__lcyFf > a.promoted_content__mobileImageWrapper__jttTt div.horizontal_scroll__itemsContainer__lzrLR > div.promoted_content__mobileView__cZ0rX > div.promoted_content__mobileCard__lcyFf > a.promoted_content__mobileImageWrapper__jttTt |
div.horizontal_scroll__itemsContainer__lzrLR > div.view_all__scrollerItemProject__JYIQp > div.project_card__card__aQbxM > a.project_card__imageContainer__ouaOv div.horizontal_scroll__itemsContainer__lzrLR > div.view_all__scrollerItemProject__JYIQp > div.project_card__card__aQbxM > a.project_card__imageContainer__ouaOv |
div.horizontal_scroll__itemsContainer__lzrLR > div.view_all__scrollerItemProject__JYIQp > div.project_card__card__aQbxM > a.project_card__imageContainer__ouaOv div.horizontal_scroll__itemsContainer__lzrLR > div.view_all__scrollerItemProject__JYIQp > div.project_card__card__aQbxM > a.project_card__imageContainer__ouaOv |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a |
div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > a div.view_all__scrollerItem__QQtka > div.simple_logo_card__card__zThaA > div.simple_logo_card__image__QGVFP > 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.
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 |
|---|
Sign up div.nav-row > div.hckui__layout__wrapper1170 > div.nav-inner > a.hckui__buttons__lg |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.cards__body__F1VX8 > div > span.project_card__author__sz77c > button.tooltip__btn__LUywc div.cards__body__F1VX8 > div > span.project_card__author__sz77c > button.tooltip__btn__LUywc |
Hackster Overview div.responsive-footer-section > ul.list-unstyled > li > a |
Hackster for Business div.responsive-footer-section > ul.list-unstyled > li > a |
Hackster Pro div.responsive-footer-section > ul.list-unstyled > li > a |
Help Articles div.responsive-footer-section > ul.list-unstyled > li > a |
Brand Resources div.responsive-footer-section > ul.list-unstyled > li > a |
Sitemap div.responsive-footer-section > ul.list-unstyled > li > a |
Terms of Service div.responsive-footer-section > ul.list-unstyled > li > a |
Contest Rules div.responsive-footer-section > ul.list-unstyled > li > a |
Code of Conduct div.responsive-footer-section > ul.list-unstyled > li > a |
Privacy Policy div.responsive-footer-section > ul.list-unstyled > li > a |
Facebook div.responsive-footer-section > ul.list-unstyled > li > a |
Instagram div.responsive-footer-section > ul.list-unstyled > li > a |
LinkedIn div.responsive-footer-section > ul.list-unstyled > li > a |
X div.responsive-footer-section > ul.list-unstyled > li > a |
Avnet div > ul.list-unstyled > li > a |
Premier Farnell div > ul.list-unstyled > li > a |
element14 div > ul.list-unstyled > li > a |
Newark div > ul.list-unstyled > li > 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.
AAlt Text Quality3 of 6 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 3 image(s) |
AForm Accessibility1 of 4 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| light | radio | none | |
| device | radio | none | |
| dark | radio | none | |
| #searchInput | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="searchInput">
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