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 QualityAction6 of 118 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 6 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
FForm AccessibilityAction7 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| input | input | (Ask or search) | placeholder only |
| input | input | (Ask or search) | placeholder only |
| #ga4PageAjaxDomain | input | (none) | none |
| #ga4PageHeadline | input | (none) | none |
| #menu-toggle | checkbox | (none) | none |
| #ga4PageNameContent | input | (none) | none |
| #ga4AnalyticRoute | input | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input id="ga4PageNameContent">; <input id="ga4AnalyticRoute">; <input id="ga4PageAjaxDomain">; <input id="ga4PageHeadline">; <input type="checkbox" id="menu-toggle">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input>; <input>
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
FLink & Button QualityAction38 issue(s) across 509 links and 0 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cgtn.com | (empty) | empty | Add link text or aria-label |
| https://www.cgtn.com/newspal | (empty) | empty | Add link text or aria-label |
| https://albanian.cgtn.com/ | Albanian … | new tab | Add '(opens in new tab)' to text |
| //arabic.cgtn.com | Arabic … | new tab | Add '(opens in new tab)' to text |
| https://belarusian.cgtn.com/ | Belarusian … | new tab | Add '(opens in new tab)' to text |
| https://bangla.cgtn.com/ | Bengali … | new tab | Add '(opens in new tab)' to text |
| https://bulgarian.cgtn.com/ | Bulgarian … | new tab | Add '(opens in new tab)' to text |
| https://cambodian.cgtn.com/ | Cambodian … | new tab | Add '(opens in new tab)' to text |
| https://croatian.cgtn.com/ | Croatian … | new tab | Add '(opens in new tab)' to text |
| https://czech.cgtn.com/ | Czech … | new tab | Add '(opens in new tab)' to text |
| https://www.cgtn.com/tv | English … | new tab | Add '(opens in new tab)' to text |
| https://esperanto.cgtn.com/ | Esperanto … | new tab | Add '(opens in new tab)' to text |
| https://filipino.cgtn.com/ | Filipino … | new tab | Add '(opens in new tab)' to text |
| //francais.cgtn.com | French … | new tab | Add '(opens in new tab)' to text |
| https://german.cgtn.com/ | German … | new tab | Add '(opens in new tab)' to text |
| https://greek.cgtn.com/ | Greek … | new tab | Add '(opens in new tab)' to text |
| https://hausa.cgtn.com/ | Hausa … | new tab | Add '(opens in new tab)' to text |
| https://hebrew.cgtn.com/ | Hebrew … | new tab | Add '(opens in new tab)' to text |
| https://hungarian.cgtn.com/ | Hungarian … | new tab | Add '(opens in new tab)' to text |
| https://hindi.cgtn.com/ | Hindi … | new tab | Add '(opens in new tab)' to text |
| https://indonesian.cgtn.com/ | Indonesian … | new tab | Add '(opens in new tab)' to text |
| https://italian.cgtn.com/ | Italian … | new tab | Add '(opens in new tab)' to text |
| https://japanese.cgtn.com/ | Japanese … | new tab | Add '(opens in new tab)' to text |
| https://korean.cgtn.com/ | Korean … | new tab | Add '(opens in new tab)' to text |
| https://laos.cgtn.com/ | Lao … | new tab | Add '(opens in new tab)' to text |
| https://malay.cgtn.com/ | Malay … | new tab | Add '(opens in new tab)' to text |
| https://mongol.cgtn.com/ | Mongolian … | new tab | Add '(opens in new tab)' to text |
| https://myanmar.cgtn.com/ | Myanmar … | new tab | Add '(opens in new tab)' to text |
| https://nepal.cgtn.com/ | Nepali … | new tab | Add '(opens in new tab)' to text |
| https://persian.cgtn.com/ | Persian … | new tab | Add '(opens in new tab)' to text |
| https://polish.cgtn.com/ | Polish … | new tab | Add '(opens in new tab)' to text |
| https://portuguese.cgtn.com/ | Portuguese … | new tab | Add '(opens in new tab)' to text |
| https://pashto.cgtn.com/ | Pashto … | new tab | Add '(opens in new tab)' to text |
| https://romanian.cgtn.com/ | Romanian … | new tab | Add '(opens in new tab)' to text |
| //russian.cgtn.com | Russian … | new tab | Add '(opens in new tab)' to text |
| https://serbian.cgtn.com/ | Serbian … | new tab | Add '(opens in new tab)' to text |
| https://sinhala.cgtn.com/ | Sinhalese … | new tab | Add '(opens in new tab)' to text |
| //espanol.cgtn.com | Spanish … | new tab | Add '(opens in new tab)' to text |
| https://swahili.cgtn.com/ | Swahili … | new tab | Add '(opens in new tab)' to text |
| https://tamil.cgtn.com/ | Tamil … | new tab | Add '(opens in new tab)' to text |
| https://thai.cgtn.com/ | Thai … | new tab | Add '(opens in new tab)' to text |
| https://turkish.cgtn.com/ | Turkish … | new tab | Add '(opens in new tab)' to text |
| https://ukrainian.cgtn.com/ | Ukrainian … | new tab | Add '(opens in new tab)' to text |
| https://urdu.cgtn.com/ | Urdu … | new tab | Add '(opens in new tab)' to text |
| https://vietnamese.cgtn.com/ | Vietnamese … | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/ChinaGlobalTVNe… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/CGTNOfficial | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/CGTN | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/cgtn | (empty) | empty | Add link text or aria-label |
| https://www.pinterest.com/CGTNOfficial | (empty) | empty | Add link text or aria-label |
| https://www.quora.com/profile/CGTN-Socia… | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/cgtn | (empty) | empty | Add link text or aria-label |
| https://www.threads.com/@cgtn | (empty) | empty | Add link text or aria-label |
| https://t.me/CGTNOfficial_BJ | (empty) | empty | Add link text or aria-label |
| https://v.douyin.com/2VMKvpC | (empty) | empty | Add link text or aria-label |
| http://weibo.com/cctvnewsbeijing | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://www.toutiao.com/c/user/826153671… | (empty) | empty | Add link text or aria-label |
| https://albanian.cgtn.com/ | Albanian … | new tab | Add '(opens in new tab)' to text |
| //arabic.cgtn.com | Arabic … | new tab | Add '(opens in new tab)' to text |
| https://belarusian.cgtn.com/ | Belarusian … | new tab | Add '(opens in new tab)' to text |
| https://bangla.cgtn.com/ | Bengali … | new tab | Add '(opens in new tab)' to text |
| https://bulgarian.cgtn.com/ | Bulgarian … | new tab | Add '(opens in new tab)' to text |
| https://cambodian.cgtn.com/ | Cambodian … | new tab | Add '(opens in new tab)' to text |
| https://croatian.cgtn.com/ | Croatian … | new tab | Add '(opens in new tab)' to text |
| https://czech.cgtn.com/ | Czech … | new tab | Add '(opens in new tab)' to text |
| https://www.cgtn.com/tv | English … | new tab | Add '(opens in new tab)' to text |
| https://esperanto.cgtn.com/ | Esperanto … | new tab | Add '(opens in new tab)' to text |
| https://filipino.cgtn.com/ | Filipino … | new tab | Add '(opens in new tab)' to text |
| //francais.cgtn.com | French … | new tab | Add '(opens in new tab)' to text |
| https://german.cgtn.com/ | German … | new tab | Add '(opens in new tab)' to text |
| https://greek.cgtn.com/ | Greek … | new tab | Add '(opens in new tab)' to text |
| https://hausa.cgtn.com/ | Hausa … | new tab | Add '(opens in new tab)' to text |
| https://hebrew.cgtn.com/ | Hebrew … | new tab | Add '(opens in new tab)' to text |
| https://hungarian.cgtn.com/ | Hungarian … | new tab | Add '(opens in new tab)' to text |
| https://hindi.cgtn.com/ | Hindi … | new tab | Add '(opens in new tab)' to text |
| https://indonesian.cgtn.com/ | Indonesian … | new tab | Add '(opens in new tab)' to text |
| https://italian.cgtn.com/ | Italian … | new tab | Add '(opens in new tab)' to text |
| https://japanese.cgtn.com/ | Japanese … | new tab | Add '(opens in new tab)' to text |
| https://korean.cgtn.com/ | Korean … | new tab | Add '(opens in new tab)' to text |
| https://laos.cgtn.com/ | Lao … | new tab | Add '(opens in new tab)' to text |
| https://malay.cgtn.com/ | Malay … | new tab | Add '(opens in new tab)' to text |
| https://mongol.cgtn.com/ | Mongolian … | new tab | Add '(opens in new tab)' to text |
| https://myanmar.cgtn.com/ | Myanmar … | new tab | Add '(opens in new tab)' to text |
| https://nepal.cgtn.com/ | Nepali … | new tab | Add '(opens in new tab)' to text |
| https://persian.cgtn.com/ | Persian … | new tab | Add '(opens in new tab)' to text |
| https://polish.cgtn.com/ | Polish … | new tab | Add '(opens in new tab)' to text |
| https://portuguese.cgtn.com/ | Portuguese … | new tab | Add '(opens in new tab)' to text |
| https://pashto.cgtn.com/ | Pashto … | new tab | Add '(opens in new tab)' to text |
| https://romanian.cgtn.com/ | Romanian … | new tab | Add '(opens in new tab)' to text |
| //russian.cgtn.com | Russian … | new tab | Add '(opens in new tab)' to text |
| https://serbian.cgtn.com/ | Serbian … | new tab | Add '(opens in new tab)' to text |
| https://sinhala.cgtn.com/ | Sinhalese … | new tab | Add '(opens in new tab)' to text |
| //espanol.cgtn.com | Spanish … | new tab | Add '(opens in new tab)' to text |
| https://swahili.cgtn.com/ | Swahili … | new tab | Add '(opens in new tab)' to text |
| https://tamil.cgtn.com/ | Tamil … | new tab | Add '(opens in new tab)' to text |
| https://thai.cgtn.com/ | Thai … | new tab | Add '(opens in new tab)' to text |
| https://turkish.cgtn.com/ | Turkish … | new tab | Add '(opens in new tab)' to text |
| https://ukrainian.cgtn.com/ | Ukrainian … | new tab | Add '(opens in new tab)' to text |
| https://urdu.cgtn.com/ | Urdu … | new tab | Add '(opens in new tab)' to text |
| https://vietnamese.cgtn.com/ | Vietnamese … | new tab | Add '(opens in new tab)' to text |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://www.cgtn.com/opinions/commentato… | (empty) | empty | Add link text or aria-label |
| https://www.cgtn.com/opinions/commentato… | (empty) | empty | Add link text or aria-label |
| https://www.cgtn.com/most-read | (empty) | empty | Add link text or aria-label |
| https://www.cgtn.com/most-share | (empty) | empty | Add link text or aria-label |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com/gstringer/stringer/… | By Global Stringer | img no alt | Add alt attribute to the image |
| https://www.cgtn.com | (empty) | empty | Add link text or aria-label |
| https://albanian.cgtn.com/ | Albanian … | new tab | Add '(opens in new tab)' to text |
| //arabic.cgtn.com | Arabic … | new tab | Add '(opens in new tab)' to text |
| https://belarusian.cgtn.com/ | Belarusian … | new tab | Add '(opens in new tab)' to text |
| https://bangla.cgtn.com/ | Bengali … | new tab | Add '(opens in new tab)' to text |
| https://bulgarian.cgtn.com/ | Bulgarian … | new tab | Add '(opens in new tab)' to text |
| https://cambodian.cgtn.com/ | Cambodian … | new tab | Add '(opens in new tab)' to text |
| https://croatian.cgtn.com/ | Croatian … | new tab | Add '(opens in new tab)' to text |
| https://czech.cgtn.com/ | Czech … | new tab | Add '(opens in new tab)' to text |
| https://www.cgtn.com/tv | English … | new tab | Add '(opens in new tab)' to text |
| https://esperanto.cgtn.com/ | Esperanto … | new tab | Add '(opens in new tab)' to text |
| https://filipino.cgtn.com/ | Filipino … | new tab | Add '(opens in new tab)' to text |
| //francais.cgtn.com | French … | new tab | Add '(opens in new tab)' to text |
| https://german.cgtn.com/ | German … | new tab | Add '(opens in new tab)' to text |
| https://greek.cgtn.com/ | Greek … | new tab | Add '(opens in new tab)' to text |
| https://hausa.cgtn.com/ | Hausa … | new tab | Add '(opens in new tab)' to text |
| https://hebrew.cgtn.com/ | Hebrew … | new tab | Add '(opens in new tab)' to text |
| https://hungarian.cgtn.com/ | Hungarian … | new tab | Add '(opens in new tab)' to text |
| https://hindi.cgtn.com/ | Hindi … | new tab | Add '(opens in new tab)' to text |
| https://indonesian.cgtn.com/ | Indonesian … | new tab | Add '(opens in new tab)' to text |
| https://italian.cgtn.com/ | Italian … | new tab | Add '(opens in new tab)' to text |
| https://japanese.cgtn.com/ | Japanese … | new tab | Add '(opens in new tab)' to text |
| https://korean.cgtn.com/ | Korean … | new tab | Add '(opens in new tab)' to text |
| https://laos.cgtn.com/ | Lao … | new tab | Add '(opens in new tab)' to text |
| https://malay.cgtn.com/ | Malay … | new tab | Add '(opens in new tab)' to text |
| https://mongol.cgtn.com/ | Mongolian … | new tab | Add '(opens in new tab)' to text |
| https://myanmar.cgtn.com/ | Myanmar … | new tab | Add '(opens in new tab)' to text |
| https://nepal.cgtn.com/ | Nepali … | new tab | Add '(opens in new tab)' to text |
| https://persian.cgtn.com/ | Persian … | new tab | Add '(opens in new tab)' to text |
| https://polish.cgtn.com/ | Polish … | new tab | Add '(opens in new tab)' to text |
| https://portuguese.cgtn.com/ | Portuguese … | new tab | Add '(opens in new tab)' to text |
| https://pashto.cgtn.com/ | Pashto … | new tab | Add '(opens in new tab)' to text |
| https://romanian.cgtn.com/ | Romanian … | new tab | Add '(opens in new tab)' to text |
| //russian.cgtn.com | Russian … | new tab | Add '(opens in new tab)' to text |
| https://serbian.cgtn.com/ | Serbian … | new tab | Add '(opens in new tab)' to text |
| https://sinhala.cgtn.com/ | Sinhalese … | new tab | Add '(opens in new tab)' to text |
| //espanol.cgtn.com | Spanish … | new tab | Add '(opens in new tab)' to text |
| https://swahili.cgtn.com/ | Swahili … | new tab | Add '(opens in new tab)' to text |
| https://tamil.cgtn.com/ | Tamil … | new tab | Add '(opens in new tab)' to text |
| https://thai.cgtn.com/ | Thai … | new tab | Add '(opens in new tab)' to text |
| https://turkish.cgtn.com/ | Turkish … | new tab | Add '(opens in new tab)' to text |
| https://ukrainian.cgtn.com/ | Ukrainian … | new tab | Add '(opens in new tab)' to text |
| https://urdu.cgtn.com/ | Urdu … | new tab | Add '(opens in new tab)' to text |
| https://vietnamese.cgtn.com/ | Vietnamese … | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/ChinaGlobalTVNe… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/CGTNOfficial | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/CGTN | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/cgtn | (empty) | empty | Add link text or aria-label |
| https://www.pinterest.com/CGTNOfficial | (empty) | empty | Add link text or aria-label |
| https://www.quora.com/profile/CGTN-Socia… | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/cgtn | (empty) | empty | Add link text or aria-label |
| https://www.threads.com/@cgtn | (empty) | empty | Add link text or aria-label |
| https://t.me/CGTNOfficial_BJ | (empty) | empty | Add link text or aria-label |
| https://v.douyin.com/2VMKvpC | (empty) | empty | Add link text or aria-label |
| http://weibo.com/cctvnewsbeijing | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://www.toutiao.com/c/user/826153671… | (empty) | empty | Add link text or aria-label |
| https://itunes.apple.com/us/app/cctvnews… | (empty) | empty | Add link text or aria-label |
| https://play.google.com/store/apps/detai… | (empty) | empty | Add link text or aria-label |
| //news.cgtn.com/download/CGTN.apk | (empty) | empty | Add link text or aria-label |
| https://www.cgtn.com/appletv-download | (empty) | empty | Add link text or aria-label |
| http://beian.miit.gov.cn | 京ICP备20000184号 | new tab | Add '(opens in new tab)' to text |
| http://www.beian.gov.cn/portal/registerS… | 京公网安备 11010502050052… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.cgtn.com; https://www.cgtn.com/newspal; https://www.facebook.com/ChinaGlobalTVNetwork; https://twitter.com/CGTNOfficial; https://www.youtube.com/CGTN; https://www.instagram.com/cgtn; https://www.pinterest.com/CGTNOfficial; https://www.quora.com/profile/CGTN-Social-Team; https://www.linkedin.com/company/cgtn; https://www.threads.com/@cgtn (+28 more)
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="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="https://www.cgtn.com/gstringer/stringer/global-stringer.html"]; a[href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502050052"]
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://albanian.cgtn.com/; //arabic.cgtn.com; https://belarusian.cgtn.com/; https://bangla.cgtn.com/; https://bulgarian.cgtn.com/; https://cambodian.cgtn.com/; https://croatian.cgtn.com/; https://czech.cgtn.com/; https://www.cgtn.com/tv; https://esperanto.cgtn.com/ (+120 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 SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Home | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 BREAKING NEWS | 13.08:1 | 3.0:1 | #000000 | #CCCCCC | Pass |
| h2 BREAKING NEWS | 13.08:1 | 3.0:1 | #000000 | #CCCCCC | Pass |
| h2 Most read | 13.08:1 | 3.0:1 | #000000 | #CCCCCC | Pass |
| h2 Most shared | 13.08:1 | 3.0:1 | #000000 | #CCCCCC | Pass |
| title CGTN | Breaking News… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Language | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div RSS | 10.35:1 | 4.5:1 | #000000 | #99B7ED | Pass |
| div Newsletters | 17.97:1 | 4.5:1 | #000000 | #F2ECEB | Pass |
| div Follow us | 15.38:1 | 4.5:1 | #000000 | #E6DAD8 | Pass |
| span Sign in | 8.63:1 | 4.5:1 | #000000 | #B4A398 | Pass |
| i User | 6.44:1 | 4.5:1 | #000000 | #9D8B81 | Pass |
| a Your account | 4.83:1 | 4.5:1 | #000000 | #D14D36 | Pass |
| a Sign out | 3.59:1 | 4.5:1 | #000000 | #B93429 | Fail |
| span Sign in | 1.47:1 | 4.5:1 | #000000 | #531310 | Fail |
| i User | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Your account | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign out | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a China | 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 77/100 — 6 failing, 20 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.
ARIA
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon |
div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div.dialog-body > ul.dialog-link > li > a |
Terms of Use ul.dialog-link > li > a > span |
I agree div.container-fluid > div.dialog-body > div.dialog-confirm > span |
13 hours ago div.top-news-item-content > div.top-news-item-content-properties > span.publishTime > span.time-hidden |
Politics div.top-news-item-info > div.top-news-item-content > div.top-news-item-content-properties > span.property-name |
8 hours ago div.cg2026_home_1_1 > div.news-item-content-properties > span.publishTime > span.time-hidden |
8 hours ago div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden |
Europe div.cg2026_home_1_3_list > div.news-item > div.news-item-content-properties > span.property-name |
9 hours ago div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden |
Politics div.cg2026_home_1_3_list > div.news-item > div.news-item-content-properties > span.property-name |
8 hours ago div.text-cover > div.news-item-content-properties > span.publishTime > span.time-hidden |
World div.news-item-big > div.text-cover > div.news-item-content-properties > span.property-name |
16 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
11 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
9 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
SPECIAL div.cg2026_home_1_right > div.cg2026_home_1_5 > div.news-item-big > div.news-item-special |
SPECIAL div.cg2026_home_1_right > div.cg2026_home_1_5 > div.news-item-big > div.news-item-special |
21-Apr-2026 div.titleMask > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
02:54 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
Most shared div.cg2026_home_2_most_read_and_share > div.read_and_share_container > div.read_and_share_hreader > h2.title |
16-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
16-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
China div.content_wraper > div.content > div.news-item-content-properties > span.property-name |
11-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
Politics div.content_wraper > div.content > div.news-item-content-properties > span.property-name |
21-Apr-2026 div.main-item > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.cg2026-home-4-content > div.main-item > div.news-extra > span.property |
21-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.swiper-slide > div.news-item > div.news-extra > span.property |
21-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.swiper-slide > div.news-item > div.news-extra > span.property |
21-Apr-2026 div.news-info > div.news-extra > span.news-time > span.time-hidden-date |
Economy div.news-item > div.news-info > div.news-extra > span.property |
21-Apr-2026 div.last-news > div.news-extra > span.news-time > span.time-hidden-date |
China div.news-container > div.last-news > div.news-extra > span.property |
02:46 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
19-Apr-2026 div.news-info > div.news-extra > span.news-time > span.time-hidden-date |
China div.main-item > div.news-info > div.news-extra > span.property |
03:18 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
18-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
World div.swiper-slide > div.news-item > div.news-extra > span.property |
17-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
World div.swiper-slide > div.news-item > div.news-extra > span.property |
02:37 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
03:25 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:40 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:02 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:46 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
02:19 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:04 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
08:58 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
06:12 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:11 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:06 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.author-info > div.avatar > a > img div.author-info > div.avatar > a > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 |
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.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-content > div.share-item-wrapper > div.wechat-share > a.icon div.follow-us-content > div.share-item-wrapper > div.wechat-share > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div.container-fluid > div.dialog-body > div.dialog-header > a.dialog-close div.container-fluid > div.dialog-body > div.dialog-header > a.dialog-close |
div.opinions-news-item > div.author-info > div.avatar > a div.opinions-news-item > div.author-info > div.avatar > a |
MEETING THE PEOPLE'S ASPIRATIONS div.news-item-big > div.cg-media-wrapper > div.cg-pic > a |
How China Works div.news-item-big > div.cg-media-wrapper > div.cg-pic > a |
Xi Jinping's key quotes on promoting harmony between humanity, nature div.imgArea > div.cg-media-wrapper > div.cg-pic > a |
div.news-item > div.editor-row > div.icon > a div.news-item > div.editor-row > div.icon > a |
div.news-item > div.editor-row > div.icon > a div.news-item > div.editor-row > div.icon > a |
div.news-item > div.editor-row > div.icon > a div.news-item > div.editor-row > div.icon > a |
div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click |
div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Chinese automaker Chery opens NEV manufacturing plant in Thailand div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Singapore launches OCEANS-X to enhance maritime digital connectivity div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Apple's hardware veteran John Ternus to succeed Tim Cook as CEO div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Elon Musk fails to attend French prosecutors' X probe hearing div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Blue Origin probing rocket's failure to deliver satellite div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Middle East crisis: 50 days, 500 mln barrels oil loss div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Record US drought fuels fears over fires, water and food prices div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Sanya 2026 Asian Beach Games opening set after final preparations div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Beauty in every corner: Slow down in Kashi div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Timeless crafts, timeless blessings div.slide-img > div.cg-media-wrapper > div.cg-video > a |
Song Dynasty-themed stickers div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
China Crafted | Explore the virtual exhibition with CGTN Art Series div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – Nature div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – People div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Tang Architecture: Building Timeless Glory div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Timeless crafts, timeless blessings div.slide-img > div.cg-media-wrapper > div.cg-video > a |
Song Dynasty-themed stickers div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
China Crafted | Explore the virtual exhibition with CGTN Art Series div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – Nature div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
div.ng-footer-v4 > div.footer-content-wrapper-v4 > div.logo-content-wrapper > a.logo-content div.ng-footer-v4 > div.footer-content-wrapper-v4 > div.logo-content-wrapper > a.logo-content |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-content > div.share-item-wrapper > div.wechat-share-footer > a.icon div.follow-us-content > div.share-item-wrapper > div.wechat-share-footer > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
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.
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.
A+Heading Hierarchy33 headingsPASS
- H1 Home
- H2 BREAKING NEWS
- H2 BREAKING NEWS
- H2 Most read
- H2 Most shared
- H2 Sci-Tech
- H2 BUSINESS
- H2 HEALTH
- H2 CULTURE
- H2 NATURE
- H2 SPORTS
- H2 TRAVEL
- H2 Global Stringer
- H2 Video
- H2 Art & Design
- H3 China Crafted | Explore the virtual exhibition with CGTN Art Series
- H3 The Song Painted – Nature
- H3 The Song Painted – People
- H3 Tang Architecture: Building Timeless Glory
- H3 Timeless crafts, timeless blessings
- H3 Song Dynasty-themed stickers
- H3 China Crafted | Explore the virtual exhibition with CGTN Art Series
- H3 The Song Painted – Nature
- H3 The Song Painted – People
- H3 Tang Architecture: Building Timeless Glory
- H3 Timeless crafts, timeless blessings
- H3 Song Dynasty-themed stickers
- H3 China Crafted | Explore the virtual exhibition with CGTN Art Series
- H3 The Song Painted – Nature
- H3 The Song Painted – People
- H3 Tang Architecture: Building Timeless Glory
- H3 Timeless crafts, timeless blessings
- H3 Song Dynasty-themed stickers