Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 36 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| too long | 7 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 QualityAction4 issue(s) across 100 links and 144 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /@warandpeas | War and Peas @warandpeas | img no alt | Add alt attribute to the image |
| https://files.mastodon.social/media_atta… | Panel 1: Bob sits on an armcha… | new tab | Add '(opens in new tab)' to text |
| /@djrrb | David Jonathan Ross @djrrb | img no alt | Add alt attribute to the image |
| https://fontsinuse.com/uses/76499/jeremy… | https://fontsinuse.com/uses/76… | new tab | Add '(opens in new tab)' to text |
| https://files.mastodon.social/media_atta… | Jeremy Hansen’s mission patc… | new tab | Add '(opens in new tab)' to text |
| /@yiningkarlli@mastodon.gamedev.place | Yining Karl Li @yiningkarlli@m… | img no alt | Add alt attribute to the image |
| https://media.universeodon.com/media_att… | (empty) | empty | Add link text or aria-label |
| /@skeletor@mas.to | Inspirational Skeletor @skelet… | img no alt | Add alt attribute to the image |
| https://media.mas.to/media_attachments/f… | Don't let them steal your wond… | new tab | Add '(opens in new tab)' to text |
| /@jessamyn@glammr.us | Jessamyn @jessamyn@glammr.us | img no alt | Add alt attribute to the image |
| https://ravel.me/library-card-vest | https://ravel.me/library-card-… | new tab | Add '(opens in new tab)' to text |
| https://glammr.us/system/media_attachmen… | A sweater vest which is a crop… | new tab | Add '(opens in new tab)' to text |
| /@annaleen@wandering.shop | Annalee Newitz @annaleen@wand… | img no alt | Add alt attribute to the image |
| /@cwebber@social.coop | Christine Lemmer-Webber @cwebb… | img no alt | Add alt attribute to the image |
| /@sundogplanets | Prof. Sam Lawler @sundogplanet… | img no alt | Add alt attribute to the image |
| https://www.sciencedirect.com/science/ar… | https://www.sciencedirect.com/… | new tab | Add '(opens in new tab)' to text |
| /@markhurst | Mark Hurst @markhurst | img no alt | Add alt attribute to the image |
| https://techtonic.fm/episodes/2026-04-20… | https://techtonic.fm/episodes/… | new tab | Add '(opens in new tab)' to text |
| /@EUCommission@ec.social-network.europa.… | European Commission @EUCommiss… | img no alt | Add alt attribute to the image |
| https://ec.social-network.europa.eu/syst… | Blue background with a circula… | new tab | Add '(opens in new tab)' to text |
| /@petergleick@fediscience.org | Peter Gleick @petergleick@fedi… | img no alt | Add alt attribute to the image |
| https://wapo.st/4eAG2sx | https://wapo.st/4eAG2sx | new tab | Add '(opens in new tab)' to text |
| https://wapo.st/4eAG2sx | The Washington Post · 5hAnnua… | new tab | Add '(opens in new tab)' to text |
| /@potterybyosa | Pottery by Osa @potterybyosa | img no alt | Add alt attribute to the image |
| https://files.mastodon.social/media_atta… | A collection of decorative pot… | new tab | Add '(opens in new tab)' to text |
| /@joyousjoyness | Joy @joyousjoyness | img no alt | Add alt attribute to the image |
| /@scalzi | Scalzi @scalzi | img no alt | Add alt attribute to the image |
| https://file770.com/lacon-v-announces-20… | https://file770.com/lacon-v-an… | new tab | Add '(opens in new tab)' to text |
| https://file770.com/lacon-v-announces-20… | File 770 · 3hLAcon V Announce… | new tab | Add '(opens in new tab)' to text |
| /@kplx | Kplx @kplx | img no alt | Add alt attribute to the image |
| https://files.mastodon.social/media_atta… | ALT Text (DE) Großformatiges … | new tab | Add '(opens in new tab)' to text |
| /@glyph | Glyph @glyph | img no alt | Add alt attribute to the image |
| /@grickle@mstdn.social | Grickle @grickle@mstdn.social | img no alt | Add alt attribute to the image |
| https://media.mstdn.social/media_attachm… | A cartoon illustration of the … | new tab | Add '(opens in new tab)' to text |
| /@admiralwonderboat | Admiral Wonderboat @admiralwon… | img no alt | Add alt attribute to the image |
| https://files.mastodon.social/media_atta… | Jen: Sometimes, when you tell … | new tab | Add '(opens in new tab)' to text |
| /@ZachWeinersmith | Zach Weinersmith @ZachWeinersm… | img no alt | Add alt attribute to the image |
| https://files.mastodon.social/media_atta… | (empty) | empty | Add link text or aria-label |
| /@elena@aseachange.com | Elena Rossini on GoToSocial … | img no alt | Add alt attribute to the image |
| <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://media.universeodon.com/media_attachments/files/116/443/172/432/547/44…; https://files.mastodon.social/media_attachments/files/116/444/229/841/460/845…
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/@warandpeas"]; a[href="/@djrrb"]; a[href="/@yiningkarlli@mastodon.gamedev.place"]; a[href="/@skeletor@mas.to"]; a[href="/@jessamyn@glammr.us"]; a[href="/@annaleen@wandering.shop"]; a[href="/@cwebber@social.coop"]; a[href="/@sundogplanets"]; a[href="/@markhurst"]; a[href="/@EUCommission@ec.social-network.europa.eu"] (+12 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://files.mastodon.social/media_attachments/files/116/443/659/749/205/743…; https://fontsinuse.com/uses/76499/jeremy-hansen-artemis-ii-mission-patch; https://files.mastodon.social/media_attachments/files/116/443/417/960/684/574…; https://media.mas.to/media_attachments/files/116/443/522/205/005/071/original…; https://ravel.me/library-card-vest; https://glammr.us/system/media_attachments/files/116/443/605/332/435/306/orig…; https://www.sciencedirect.com/science/article/pii/S0273117726003509; https://techtonic.fm/episodes/2026-04-20-starlink-and-kessler-syndrome-feat-a…; https://ec.social-network.europa.eu/system/media_attachments/files/116/442/64…; https://wapo.st/4eAG2sx (+5 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.search__icon (#239 on page); button.search__icon (#1657 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
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction1 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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction23 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
AHeading Hierarchy5 headings, 1 skip(s)PASS
- H1 Trending
- H4 Recent searches skipped
- H4 Search options
- H4 Recent searches
- H4 Search options
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
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | Search | aria-label |
| input | text | Search | aria-label |
A+Web ManifestPWA-readyPASS
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 |
|---|---|---|---|---|---|
| title Trending - Mastodon | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Hotkey | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main navigat… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Hotkey | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Trending | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| h4 Recent searches | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| div No recent searches | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| h4 Search options | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| div Only available when … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Posts | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Hashtags | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong War and Peas | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| span @warandpeas | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button ALT | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Hide | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 142 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 277 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong David Jonathan Ross | 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.
ALighthouse Accessibility AuditsScore 91/100 — 4 failing, 25 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.
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 |
|---|
3h
War and Peas 🧿
@warandpeas
ALT
Hide
3
142
277
4h *
David Jonathan Ross
@djrr… div.columns-area > div.column > div.scrollable > div.item-list |
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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
@FontsInUse div.status__content__text > p > span.h-card > a.mention |
These are opportunities to improve the legibility of your content.
Best practices
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.custom-scrollbars html.custom-scrollbars |
These items highlight common accessibility best practices.
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 |
|---|
3 div.status > div.status__action-bar > div.status__action-bar__button-wrapper > button.status__action-bar__button |
142 div.status > div.status__action-bar > div.status__action-bar__button-wrapper > button.status__action-bar__button |
277 div.status > div.status__action-bar > div.status__action-bar__button-wrapper > button.status__action-bar__button |
13 div.status > div.status__action-bar > div.status__action-bar__button-wrapper > button.status__action-bar__button |
144 div.status > div.status__action-bar > div.status__action-bar__button-wrapper > button.status__action-bar__button |
255 div.status > div.status__action-bar > div.status__action-bar__button-wrapper > button.status__action-bar__button |