Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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
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 ManifestActionValid manifestFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
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 QualityAction5 issue(s) across 34 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://thewire.in/tag/the-wire-at-10 | 10 Years of The Wire | new tab | Add '(opens in new tab)' to text |
| https://support.thewire.in/ | Become A Supporter | new tab | Add '(opens in new tab)' to text |
| http://thewirehindi.com/ | Hindi | new tab | Add '(opens in new tab)' to text |
| http://thewireurdu.com/ | Urdu | new tab | Add '(opens in new tab)' to text |
| /opinion/all | opinion | new tab | Add '(opens in new tab)' to text |
| /videos/all | Video | new tab | Add '(opens in new tab)' to text |
| /terms | Terms | new tab | Add '(opens in new tab)' to text |
| /privacy-policy | Privacy | new tab | Add '(opens in new tab)' to text |
| /aboutus | About Us | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/thewire.in | (empty) | empty | Add link text or aria-label |
| https://twitter.com/thewire_in?lang=en | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/thewirein/ | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/c/TheWireNews?su… | (empty) | empty | Add link text or aria-label |
| https://support.thewire.in | Donate Now | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; https://facebook.com/thewire.in; https://twitter.com/thewire_in?lang=en; https://www.instagram.com/thewirein/; https://www.youtube.com/c/TheWireNews?sub_confirmation=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://thewire.in/tag/the-wire-at-10; https://support.thewire.in/; http://thewirehindi.com/; http://thewireurdu.com/; /opinion/all; /videos/all; /terms; /privacy-policy; /aboutus; https://support.thewire.in
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| title The Wire: The Wire N… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span header | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a English | 19.25:1 | 4.5:1 | #000000 | #F7F5EE | Pass |
| a हिंदी | 15.78:1 | 4.5:1 | #000000 | #E4DFD2 | Pass |
| a తెలుగు | 3.89:1 | 4.5:1 | #000000 | #CD2529 | Fail |
| a اردو | 6.02:1 | 4.5:1 | #000000 | #D16B6A | Pass |
| span 10 Years of The Wire | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a Become A Supporter | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a Hindi | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a Urdu | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| span Home | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| span category | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| span opinion | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| span Video | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a Terms | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a Privacy | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a About Us | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| span The Wire | 2018 | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a Home | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | Pass |
| a Politics | 18.11:1 | 4.5:1 | #000000 | #F2EEE3 | 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, 15 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.
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 |
|---|
The commission also issued directions to identify and arrest the persons on the… a.facc_list > div.tfcc_list > div.wrapper_list > div.excerpt_980515 |
22 Apr div > div.fpt_crsl > div.p_crsl > span.t_crsl |
21 Apr div > div.fpt_crsl > div.p_crsl > span.t_crsl |
His graduation is evidenced by his increasingly unhinged Truth Social posts. a.facc_list > div.tfcc_list > div.wrapper_list > div.excerpt_980262 |
GOVERNMENT div > div.fpt_crsl > h3.post_catdet > span.cat_name |
GOVERNMENT div > div.fpt_crsl > h3.post_catdet > span.cat_name |
GOVERNMENT div > div.fpt_crsl > h3.post_catdet > span.cat_name |
WOMEN div > div.fpt_crsl > h3.post_catdet > span.cat_name |
PODCASTS body.home-body > div.podcast > div.podcast_header > span.podcast_tag |
THE INTERVIEW WITH KARAN THAPAR a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
00:00 div.podcast_item > div.podcast_controls > div.podcast_wave > span.time |
THE WIRE WRAP a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
THE WIRE TALKS a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
SEEMA SAYS a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
BOOK SHOOK a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
TOPICS div.footer-container > div.footer-section > div.footr-link > h3 |
VOICES div.footer-container > div.footer-section > div.footr-link > h3 |
NAVIGATE div.footer-container > div.footer-section > div.footr-link > h3 |
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 |
|---|
Why Aadhaar’s Missing Middle is Causing an Identity Crisis in India’s Adivasi A… div.row > div.col-md-8 > a > h6.origin |
Calcutta HC Stays ECI's List of 'Troublemakers', Says 'Cannot Issue Such Blanke… div.row > div.col-md-8 > a > h6.origin |
When Gandhi Visited Ceylon and Did Some Plain Speaking to Its Citizens, Sometim… div.row > div.col-md-8 > a > h6.origin |
A Farm Labourer in Jangalmahal, Rabindranath Sardar Is a Candidate on a Mission div.row > div.col-md-8 > a > h6.origin |
Congress, TMC File Complaint Against BJP Over Special Trains to Bengal During E… div.row > div.col-md-8 > a > h6.origin |
Interview | Delimitation, Divisive Politics Were BJP Strategies in Tamil Nadu P… div.row > div.col-md-8 > a > h6.origin |
Nepal's Home Minister Resigns Under Cloud of Allegations About His Business Dea… div.row > div.col-md-8 > a > h6.origin |
Midnight FIRs, Undercover Police Counselling Employees: Questions Surround the … div.row > div.col-md-8 > a > h6.origin |
CASTE a.mlrt_facc_list > div.mlrt_tfcc_list > div.mlrt_fct_list > h3.post_catdet |
These are opportunities to improve keyboard navigation in your application.
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.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > 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 |
|---|
body.home-body > div.pref_src_main_container > div.pref_src_sub_container > a body.home-body > div.pref_src_main_container > div.pref_src_sub_container > 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Politics div.footer-container > div.footer-section > div.footr-link > a |
Economy div.footer-container > div.footer-section > div.footr-link > a |
World div.footer-container > div.footer-section > div.footr-link > a |
Security div.footer-container > div.footer-section > div.footr-link > a |
Law div.footer-container > div.footer-section > div.footr-link > a |
Science div.footer-container > div.footer-section > div.footr-link > a |
Society div.footer-container > div.footer-section > div.footr-link > a |
Culture div.footer-container > div.footer-section > div.footr-link > a |
Opinion div.footer-container > div.footer-section > div.footr-link > a |
Editor's Pick div.footer-container > div.footer-section > div.footr-link > a |
Analysis div.footer-container > div.footer-section > div.footr-link > a |
About Us div.footer-container > div.footer-section > div.footr-link > a |
Support Us div.footer-container > div.footer-section > div.footr-link > a |
Contact Us div.footer-container > div.footer-section > div.footr-link > a |
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+Alt Text QualityAll 2 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | (Search news) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search">
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