Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
FAlt Text QualityAction45 of 65 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 45 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
DLink & Button QualityAction2 issue(s) across 44 links and 0 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /home | <img sizes="100vw" srcSet="" s… | img no alt | Add alt attribute to the image |
| /home | <img sizes="100vw" srcSet="" s… | img no alt | Add alt attribute to the image |
| /features | More | generic text | Replace with descriptive text |
Before: More Suggested: Features | |||
| https://www.youtube.com/watch?v=-pTGc7cI… | (empty) | empty | Add link text or aria-label |
| /features | Get Started | new tab | Add '(opens in new tab)' to text |
| /download | Download Apps | new tab | Add '(opens in new tab)' to text |
| /upgrade | Premium | new tab | Add '(opens in new tab)' to text |
| /education | Education | new tab | Add '(opens in new tab)' to text |
| /card | Gift Cards | new tab | Add '(opens in new tab)' to text |
| https://help.ticktick.com | Help Center | new tab | Add '(opens in new tab)' to text |
| https://help.ticktick.com/articles/70557… | FAQ | new tab | Add '(opens in new tab)' to text |
| /language_support | Help Translate | new tab | Add '(opens in new tab)' to text |
| https://help.ticktick.com/articles/70557… | URL Scheme | new tab | Add '(opens in new tab)' to text |
| /refer | Referral Program | new tab | Add '(opens in new tab)' to text |
| /integrations | Integrations | new tab | Add '(opens in new tab)' to text |
| /about | About Us | new tab | Add '(opens in new tab)' to text |
| https://blog.ticktick.com/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://download.ticktick.app/download/p… | Press | new tab | Add '(opens in new tab)' to text |
| /about/tos | Terms | new tab | Add '(opens in new tab)' to text |
| /about/privacy | Privacy | new tab | Add '(opens in new tab)' to text |
| /about/license/web | License | new tab | Add '(opens in new tab)' to text |
| /about/security | Security | new tab | Add '(opens in new tab)' to text |
| https://x.com/intent/user?screen_name=ti… | new tab | Add '(opens in new tab)' to text | |
| https://www.reddit.com/r/ticktick/ | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@GetTickTick | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/ticktickapp | new tab | Add '(opens in new tab)' to text | |
Links without text are announced as raw URLs by screen readers.
https://www.youtube.com/watch?v=-pTGc7cIBIA&t=566s
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.
/features ("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
Add '(opens in new tab)' to link text or aria-label.
/features; /download; /upgrade; /education; /card; https://help.ticktick.com; https://help.ticktick.com/articles/7055792921664028672; /language_support; https://help.ticktick.com/articles/7055781515422072832; /refer (+12 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 69/100 — 7 failing, 16 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.
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 |
|---|
a.brand_2aHQJ > div.productLogo__1LRH > div > img a.brand_2aHQJ > div.productLogo__1LRH > div > img |
div.header_1YX7j > div.header1_3hffQ > div > img div.header_1YX7j > div.header1_3hffQ > div > img |
div.header_1YX7j > div.header2_1bz_R > div > img div.header_1YX7j > div.header2_1bz_R > div > img |
div.choices_3gEFq > div.choice_p55YW > div > img div.choices_3gEFq > div.choice_p55YW > div > img |
div.choices_3gEFq > div.choice_p55YW > div > img div.choices_3gEFq > div.choice_p55YW > div > img |
div.choices_3gEFq > div.choice_p55YW > div > img div.choices_3gEFq > div.choice_p55YW > div > img |
div.choices_3gEFq > div.choice_p55YW > div > img div.choices_3gEFq > div.choice_p55YW > div > img |
div.img_22ZNa > div > div > img div.img_22ZNa > div > div > img |
div.img_22ZNa > div > div > img div.img_22ZNa > div > div > img |
div.img_22ZNa > div > div > img div.img_22ZNa > div > div > img |
div.img_22ZNa > div > div > img div.img_22ZNa > div > div > img |
div.img_22ZNa > div > div > img div.img_22ZNa > div > div > img |
div.content_X4x7O > div.mobilePic_1MeIA > div > img div.content_X4x7O > div.mobilePic_1MeIA > div > img |
div.container_37-FB > div.card_2X3m_ > div > img div.container_37-FB > div.card_2X3m_ > div > img |
div.content_BWuxK > div.pic_1e-rZ > div > img div.content_BWuxK > div.pic_1e-rZ > div > img |
div.header_e9eaU > div.avatar_1glbR > div > img.mediaIcon_1l8E0 div.header_e9eaU > div.avatar_1glbR > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 li.slideControl_3bI9p > div.removeTapEffect > div > img.mediaIcon_1l8E0 |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
div.userItem_1fSHi > div.userAvatar_uadde > div > img div.userItem_1fSHi > div.userAvatar_uadde > div > img |
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.navCollapse_2tnl9 > div.menuHeader_1Mqim > div.menuHeaderInner_LpwJe > a.brand_2aHQJ div.navCollapse_2tnl9 > div.menuHeader_1Mqim > div.menuHeaderInner_LpwJe > a.brand_2aHQJ |
div.mediaCardList_1K9lc > div.mediaWrapper__0k_D > div.mediaCard_2dz6z > a div.mediaCardList_1K9lc > div.mediaWrapper__0k_D > div.mediaCard_2dz6z > 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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Features
Download
Premium
Resources
Sign In div.navCollapse_2tnl9 > div.menu_3afjO > div.container_1HIRZ > ul.navbar_2uuBv |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Resources ul.navbar_2uuBv > details > summary#resource-summary > li.navItem_2K7pc |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding8 icon(s) detectedREVIEW
AHeading Hierarchy7 headingsPASS
- H1 Stay Organized, Stay Creative.
- H2 Powerful and intuitive features
- H2 A comprehensive suite of features
- H1 Sync across all platforms duplicate H1
- H2 Recommended by top media
- H2 Highly rated by users
- H2 Ready to be more productive?
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
A+Form AccessibilityNo form controlsPASS
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 Sync across all plat… | 17.73:1 | 3.0:1 | #000000 | #DBEFF9 | Pass |
| h2 Powerful and intuiti… | 17.73:1 | 3.0:1 | #000000 | #DBEFF9 | Pass |
| h2 A comprehensive suit… | 17.73:1 | 3.0:1 | #000000 | #DBEFF9 | Pass |
| h2 Recommended by top m… | 17.73:1 | 3.0:1 | #000000 | #DBEFF9 | Pass |
| h2 Highly rated by user… | 17.73:1 | 3.0:1 | #000000 | #DBEFF9 | Pass |
| h2 Ready to be more pro… | 17.73:1 | 3.0:1 | #000000 | #DBEFF9 | Pass |
| title TickTick: A To-Do Li… | 20.85:1 | 4.5:1 | #000000 | #FBFFFF | Pass |
| a Features | 20.23:1 | 4.5:1 | #000000 | #F5FCFD | Pass |
| a Download | 19.77:1 | 4.5:1 | #000000 | #F0FAFB | Pass |
| a Premium | 19.70:1 | 4.5:1 | #000000 | #EEFAFB | Pass |
| div Resources | 19.37:1 | 4.5:1 | #000000 | #ECF8FA | Pass |
| a Help Center | 19.18:1 | 4.5:1 | #000000 | #EAF7FA | Pass |
| a Productivity Guides | 18.98:1 | 4.5:1 | #000000 | #E8F6F9 | Pass |
| a Sign In | 18.83:1 | 4.5:1 | #000000 | #E7F5F9 | Pass |
| a Sign Up for Free | 18.81:1 | 4.5:1 | #000000 | #E6F5FA | Pass |
| a Features | 18.61:1 | 4.5:1 | #000000 | #E4F4F9 | Pass |
| a Download | 18.53:1 | 4.5:1 | #000000 | #E2F4F8 | Pass |
| a Premium | 18.38:1 | 4.5:1 | #000000 | #E1F3F8 | Pass |
| span Resources | 18.23:1 | 4.5:1 | #000000 | #E0F2F8 | Pass |
| a Help Center | 18.04:1 | 4.5:1 | #000000 | #DEF1F8 | 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.