Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction16 issue(s) across 36 links and 18 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://hackmd.io/c/tutorials/%2F%40docs… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: %2f%40docs%2fbasic Formatting En?Utm Source=Home&Utm Medium=Feature Highlight&Utm Content=Docs | |||
| https://hackmd.io/c/tutorials/%2F%40docs… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: %2f%40docs%2fbasic Formatting En?Utm Source=Home&Utm Medium=Feature Highlight&Utm Content=Templates | |||
| https://hackmd.io/c/tutorials/%2F%40docs… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: %2f%40docs%2fcreate A Book En?Utm Source=Home&Utm Medium=Feature Highlight&Utm Content=Book Mode | |||
| https://hackmd.io/c/tutorials/%2F%40docs… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: %2f%40docs%2fsync A Note With Github?Utm Source=Home&Utm Medium=Feature Highlight&Utm Content=Github Integration | |||
| https://hackmd.io/c/tutorials/%2F%40docs… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: %2f%40docs%2fuse Mathjax And Uml En?Utm Source=Home&Utm Medium=Feature Highlight&Utm Content=Uml Graph | |||
| https://hackmd.io/c/tutorials/%2F%40docs… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: %2f%40docs%2fpersonal Profile Page En?Utm Source=Home&Utm Medium=Feature Highlight&Utm Content=Profile | |||
| /solutions?utm_source=home&utm_medium=Gl… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Solutions?Utm Source=Home&Utm Medium=Global Movement | |||
| https://www.linkedin.com/company/hackmd | (empty) | empty | Add link text or aria-label |
| https://x.com/hackmdio | (empty) | empty | Add link text or aria-label |
| https://facebook.com/hackmdio | (empty) | empty | Add link text or aria-label |
| https://discord.gg/yDw3AJbmwx | (empty) | empty | Add link 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.linkedin.com/company/hackmd; https://x.com/hackmdio; https://facebook.com/hackmdio; https://discord.gg/yDw3AJbmwx
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.
https://hackmd.io/c/tutorials/%2F%40docs%2Fbasic_formatting_en?utm_source=hom… ("Learn more"); https://hackmd.io/c/tutorials/%2F%40docs%2Fbasic_formatting_en?utm_source=hom… ("Learn more"); https://hackmd.io/c/tutorials/%2F%40docs%2Fcreate-a-book-en?utm_source=home&u… ("Learn more"); https://hackmd.io/c/tutorials/%2F%40docs%2Fsync-a-note-with-github?utm_source… ("Learn more"); https://hackmd.io/c/tutorials/%2F%40docs%2Fuse-mathjax-and-UML-en?utm_source=… ("Learn more"); https://hackmd.io/c/tutorials/%2F%40docs%2Fpersonal-profile-page-en?utm_sourc… ("Learn more"); /solutions?utm_source=home&utm_medium=Global-Movement ("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
Icon-only buttons need an aria-label so screen readers can announce them.
button.flex-row (#127 on page); button.flex (#643 on page); button.flex (#664 on page); button.flex (#685 on page); button.flex (#706 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
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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 Hierarchy15 headings, 2 skip(s)REVIEW
- H3 Real-time collaboration for teampersonaltechnicalresearcheducationalweb3community documentation in Markdown
- H6 HackMD is my go-to thinkpad. It's been a great fit for everything from TODO lists to Ethereum devnet specs, drafting blog posts and all types of internal org docs. It's a simple yet versatile product skipped
- H2 Accelerate innovation, foster community, and supercharge collaboration with your go-to Markdown editor.
- H3 Docs
- H3 Templates
- H3 Book Mode
- H3 GitHub Integration
- H3 UML graphs
- H3 Profile
- H2 Millions build with HackMD's Markdown editor every day
- H3 HackMD's simple interface allows novice members to get started quickly.
- H1 Join a global movement
- H4 Learning skipped
- H4 Resources
- H4 Company
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
BAlt Text Quality42 of 72 images have issuesREVIEW
| Issue | Count |
|---|---|
| filename | 42 image(s) |
B404 Error PageHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Join a global moveme… | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h2 Accelerate innovatio… | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h2 Millions build with … | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h3 Real-time collaborat… | 1.29:1 | 3.0:1 | #000000 | #211C3B | Fail |
| h3 documentation in Mar… | 1.19:1 | 3.0:1 | #000000 | #18181D | Fail |
| h3 Docs | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h3 Templates | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h3 Book Mode | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h3 GitHub Integration | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h3 UML graphs | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h3 Profile | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| h3 HackMD's simple inte… | 1.19:1 | 3.0:1 | #000000 | #18181B | Fail |
| title HackMD: Your Collabo… | 1.17:1 | 4.5:1 | #000000 | #17171B | Fail |
| span Solutions | 1.17:1 | 4.5:1 | #000000 | #17171B | Fail |
| span Pricing | 1.17:1 | 4.5:1 | #000000 | #17171A | Fail |
| span Enterprise | 1.17:1 | 4.5:1 | #000000 | #17171A | Fail |
| span Developers | 1.17:1 | 4.5:1 | #000000 | #17171A | Fail |
| span About | 1.18:1 | 4.5:1 | #000000 | #18171C | Fail |
| span Learn | 1.23:1 | 4.5:1 | #000000 | #1B1A2A | Fail |
| span Blog | 1.24:1 | 4.5:1 | #000000 | #1C1A2D | 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.
BLighthouse Accessibility AuditsScore 82/100 — 5 failing, 23 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 |
|---|
main.flex > nav.flex > form.flex > button.flex-row main.flex > nav.flex > form.flex > button.flex-row |
section.mt-12 > div.flex > a > button.flex section.mt-12 > div.flex > a > button.flex |
section.mt-12 > div.flex > a > button.flex section.mt-12 > div.flex > a > button.flex |
section.mt-12 > div.flex > a > button.flex section.mt-12 > div.flex > a > button.flex |
section.mt-12 > div.flex > a > button.flex section.mt-12 > div.flex > a > button.flex |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English
中文
日本語 section.mt-12 > div > label.relative > select.w-full |
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 > section.mt-12 > div.flex > a div > section.mt-12 > div.flex > a |
div > section.mt-12 > div.flex > a div > section.mt-12 > div.flex > a |
div > section.mt-12 > div.flex > a div > section.mt-12 > div.flex > a |
div > section.mt-12 > div.flex > a div > section.mt-12 > div.flex > 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 |
|---|
Learning section.flex > ul.flex > li.min-w-40 > h4.mb-6 |
Resources section.flex > ul.flex > li.min-w-40 > h4.mb-6 |
Company section.flex > ul.flex > li.min-w-40 > h4.mb-6 |
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 |
|---|
HackMD is my go-to thinkpad. It's been a great fit for everything from TODO lis… main.flex > div.m-6 > span.relative > h6.text-h6 |
Learning section.flex > ul.flex > li.min-w-40 > h4.mb-6 |
These are opportunities to improve keyboard navigation in your application.
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| select | select | none | |
| input | (you@company.com) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email">
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