Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction34 of 41 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 34 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 PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 65/100 — 5 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.
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.bg-white > header.q-header > div.q-toolbar > button.q-btn div.bg-white > header.q-header > div.q-toolbar > button.q-btn |
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 |
|---|
span.q-btn__wrapper > span.q-btn__content > div.text-body1 > img.img-icon span.q-btn__wrapper > span.q-btn__content > div.text-body1 > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
div.icons > div.icons-item > a > img.img-icon div.icons > div.icons-item > a > img.img-icon |
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.x-c-product-control > div > div.background > a div.x-c-product-control > div > div.background > a |
div > div.row > div > a div > div.row > div > 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 |
|---|
下载 Android 迅雷 button.q-btn > span.q-btn__wrapper > span.q-btn__content > div.text-body1 |
Windows 版 div.icons > div.icons-item > a > div |
Mac 版 div.icons > div.icons-item > a > div |
TV 版 div.icons > div.icons-item > a > div |
Nas 版 div.icons > div.icons-item > a > div |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
立即前往 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
收起迅雷产品 div > div.fold-control > div.row > div.name |
立即下载 button.q-btn > span.q-btn__wrapper > span.q-btn__content > span.text-caption |
These are opportunities to improve the legibility of your content.
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 |
These items highlight common accessibility best practices.
BLandmark Structure2 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 HierarchyNo headingsREVIEW
No headings found
Headings create the document outline for screen reader navigation.
Headings (H1-H6) create the document outline for screen reader navigation.
A page with zero headings is unnavigable by assistive tech and reads as one undifferentiated wall of text.
Learn more ▾ ▴
Screen reader users navigate by jumping between H1-H6 elements. A page with no headings has no skip targets — users have to read every word linearly. Adding a heading hierarchy (one H1, then H2 sections, optional H3 subsections) makes the page skimmable for both AT and human readers.
Source: WCAG 1.3.1 / W3C WAI
CLink & Button QualityAction7 issue(s) across 87 links and 11 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://pc.xunlei.com/ | Windows 版 | new tab | Add '(opens in new tab)' to text |
| https://mac.xunlei.com | Mac 版 | new tab | Add '(opens in new tab)' to text |
| https://mobile.xunlei.com/ | Android 版 | new tab | Add '(opens in new tab)' to text |
| https://mobile.xunlei.com/ | iOS 版 | new tab | Add '(opens in new tab)' to text |
| https://nas.xunlei.com/ | NAS 版 | new tab | Add '(opens in new tab)' to text |
| https://tv.xunlei.com/ | TV 版 | new tab | Add '(opens in new tab)' to text |
| https://vip.xunlei.com/index-new.html | 迅雷会员 | new tab | Add '(opens in new tab)' to text |
| https://video.xunlei.com/pc.html | 迅雷影音 Windows 版 | new tab | Add '(opens in new tab)' to text |
| https://video.xunlei.com/mac.html | 迅雷影音 Mac 版 | new tab | Add '(opens in new tab)' to text |
| https://x.xunlei.com/?from=0x30800009 | 迅雷浏览器 | new tab | Add '(opens in new tab)' to text |
| https://youxi.xunlei.com/gamehome?referf… | 迅雷游戏 | new tab | Add '(opens in new tab)' to text |
| https://jsq.xunlei.com/ | 迅雷游戏加速器 | new tab | Add '(opens in new tab)' to text |
| https://www.gymss.cn/?from=xl | 光影魔术手 | new tab | Add '(opens in new tab)' to text |
| https://www.gymss.cn/kantu/?from=xl | 光影看图 | new tab | Add '(opens in new tab)' to text |
| https://blockchain.xunlei.com/ | 迅雷链 | new tab | Add '(opens in new tab)' to text |
| https://feitong.xunlei.com | 非同数艺 | new tab | Add '(opens in new tab)' to text |
| https://k.xunlei.com/ | 迅雷快鸟 | new tab | Add '(opens in new tab)' to text |
| https://open.xunlei.com/ | 迅雷下载 SDK | new tab | Add '(opens in new tab)' to text |
| https://open.thunderurl.com/#/ | 迅雷下载 JS-SDK | 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 | |
| https://down.sandai.net/thunder11/XunLei… | (empty) | empty | Add link text or aria-label |
| https://down.sandai.net/mac/thunder_5.80… | (empty) | empty | Add link text or aria-label |
| https://nas.xunlei.com/ | (empty) | empty | Add link text or aria-label |
| https://tv.xunlei.com/ | (empty) | empty | Add link text or aria-label |
| https://vip.xunlei.com/index-new.html | 迅雷会员尊享会员特权… | new tab | Add '(opens in new tab)' to text |
| https://vip.xunlei.com/index-new.html | 立即前往 | new tab | Add '(opens in new tab)' to text |
| https://vip.xunlei.com/index-new.html | 迅雷会员 | new tab | Add '(opens in new tab)' to text |
| https://video.xunlei.com | 迅雷影音支持海量格式… | new tab | Add '(opens in new tab)' to text |
| https://video.xunlei.com | 立即前往 | new tab | Add '(opens in new tab)' to text |
| https://xmp.down.sandai.net/xmp/XMPSetup… | Windows 版 | new tab | Add '(opens in new tab)' to text |
| https://down.sandai.net/mac/player_3.1.4… | Mac 版 | new tab | Add '(opens in new tab)' to text |
| https://video.xunlei.com | 迅雷影音 | new tab | Add '(opens in new tab)' to text |
| https://x.xunlei.com/?from=0x30800009 | 迅雷浏览器极简,快! | new tab | Add '(opens in new tab)' to text |
| https://x.xunlei.com/?from=0x30800009 | 立即前往 | new tab | Add '(opens in new tab)' to text |
| https://x.xunlei.com/?from=0x30800009 | Android 版 | new tab | Add '(opens in new tab)' to text |
| https://x.xunlei.com/?from=0x30800009 | iOS 版 | new tab | Add '(opens in new tab)' to text |
| https://x.xunlei.com/?from=0x30800009 | 迅雷浏览器 | new tab | Add '(opens in new tab)' to text |
| https://jsq.xunlei.com/ | 迅雷游戏加速器海量游… | new tab | Add '(opens in new tab)' to text |
| https://jsq.xunlei.com/ | 立即前往 | new tab | Add '(opens in new tab)' to text |
| https://jsq.xunlei.com/?channel=200035 | Windows 版 | new tab | Add '(opens in new tab)' to text |
| https://jsq.xunlei.com/ | 迅雷游戏加速器 | new tab | Add '(opens in new tab)' to text |
| https://youxi.xunlei.com/gamehome?referf… | 迅雷游戏多款精品游戏… | new tab | Add '(opens in new tab)' to text |
| https://youxi.xunlei.com/gamehome?referf… | 立即前往 | new tab | Add '(opens in new tab)' to text |
| https://youxi.xunlei.com/gamehome | 网页版 | new tab | Add '(opens in new tab)' to text |
| http://wap-youxi.xunlei.com/gamehome?ref… | 移动版 | new tab | Add '(opens in new tab)' to text |
| https://youxi.xunlei.com/gamehome?referf… | 迅雷游戏 | new tab | Add '(opens in new tab)' to text |
| https://open.xunlei.com/ | 迅雷下载 SDK | new tab | Add '(opens in new tab)' to text |
| https://open.xunlei.com/ | 迅雷下载 SDK高速稳定… | new tab | Add '(opens in new tab)' to text |
| https://open.xunlei.com/ | 了解更多 | new tab | Add '(opens in new tab)' to text |
| https://open.thunderurl.com/#/ | 迅雷下载 JS-SDK | new tab | Add '(opens in new tab)' to text |
| https://open.thunderurl.com/#/ | 迅雷下载 JS-SDK轻松实… | new tab | Add '(opens in new tab)' to text |
| https://open.thunderurl.com/#/ | 了解更多 | new tab | Add '(opens in new tab)' to text |
| https://blockchain.xunlei.com/ | 面向未来构筑可信数字… | new tab | Add '(opens in new tab)' to text |
| https://hr.xunlei.com/ | 加入我们 | new tab | Add '(opens in new tab)' to text |
| https://help.xunlei.com/ | 客服中心 | new tab | Add '(opens in new tab)' to text |
| https://www.onething.net | 边缘计算 | new tab | Add '(opens in new tab)' to text |
| https://weibo.com/xunleigf?from=myfollow… | (empty) | empty | Add link text or aria-label |
| /images/zzdx.jpg?t=1776895840007 | 增值电信业务粤B2-200502… | new tab | Add '(opens in new tab)' to text |
| https://beian.miit.gov.cn/ | 粤B2-20050219 | new tab | Add '(opens in new tab)' to text |
| /images/wlwh2022.jpg?t=1776895840007 | 粤网文(2025)0367-038号 | new tab | Add '(opens in new tab)' to text |
| https://sl-m-ssl.xunlei.com/entry/jubao | 迅雷举报平台 | new tab | Add '(opens in new tab)' to text |
| https://copyright.xunlei.com/ | 迅雷版权投诉平台 | new tab | Add '(opens in new tab)' to text |
| https://i.xunlei.com/policy/all_product.… | 用户协议 | new tab | Add '(opens in new tab)' to text |
| https://i.xunlei.com/policy/all_privacy.… | 隐私协议 | new tab | Add '(opens in new tab)' to text |
| https://www.szcredit.org.cn/#/xyfw/searc… | 经营性网站备案信息 | new tab | Add '(opens in new tab)' to text |
| https://www.12377.cn/ | 不良信息举报中心 | new tab | Add '(opens in new tab)' to text |
| https://www.beian.gov.cn/portal/register… | 粤公网安备44030502001761… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a (#181 on page); a (#197 on page); https://down.sandai.net/thunder11/XunLeiWebSetup12.4.10.3940xl11.exe; https://down.sandai.net/mac/thunder_5.80.5.66632.dmg; https://nas.xunlei.com/; https://tv.xunlei.com/; https://weibo.com/xunleigf?from=myfollow_all&is_all=1
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://pc.xunlei.com/; https://mac.xunlei.com; https://mobile.xunlei.com/; https://mobile.xunlei.com/; https://nas.xunlei.com/; https://tv.xunlei.com/; https://vip.xunlei.com/index-new.html; https://video.xunlei.com/pc.html; https://video.xunlei.com/mac.html; https://x.xunlei.com/?from=0x30800009 (+51 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
BFavicon & Branding4 icon(s) detectedREVIEW
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 |
|---|---|---|---|---|---|
| title 迅雷-构建全球… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 首页 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 所有产品 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| div 迅雷 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a Windows 版 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a Mac 版 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a Android 版 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a iOS 版 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a NAS 版 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a TV 版 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a 迅雷会员 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| div 影音娱乐 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a 迅雷影音 Windows… | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a 迅雷影音 Mac 版 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a 迅雷浏览器 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a 迅雷游戏 | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a 迅雷游戏加速… | 19.59:1 | 4.5:1 | #000000 | #F1F8FD | Pass |
| a 光影魔术手 | 19.84:1 | 4.5:1 | #000000 | #F5F9FC | Pass |
| a 光影看图 | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| div 其他 | 18.25:1 | 4.5:1 | #000000 | #ADFDFD | 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.