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
FFavicon & BrandingAction2 icon(s) detectedFIX
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
CAlt Text QualityAction3 of 91 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| generic | 2 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
CLink & Button QualityAction25 issue(s) across 376 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://x.com/RediffNews | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/rediffnews/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/people/Rediff-N… | (empty) | empty | Add link text or aria-label |
| https://whatsapp.com/channel/0029Va5OV1p… | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/getahead | (empty) | empty | Add link text or aria-label |
| https://tv.rediff.com/news/13-killed-in-… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/watch?v=11WKlwEh… | Smoke & Shadows: The Ultimate … | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@RediffOriginals | YouTube > | new tab | Add '(opens in new tab)' to text |
| https://www.rediff.com/movies | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/news | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/news | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/ | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://ishare.rediff.com | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/cricket | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/sports | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/movies | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/getahead | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/business | (empty) | empty | Add link text or aria-label |
| https://www.rediff.com/movies | (empty) | empty | Add link text or aria-label |
| https://money.rediff.com/news/share-mark… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://x.com/RediffNews; https://www.instagram.com/rediffnews/; https://www.facebook.com/people/Rediff-News/61566156876578/; https://whatsapp.com/channel/0029Va5OV1pLtOjB8oWyne1F; https://www.rediff.com/getahead; https://tv.rediff.com/news/13-killed-in-blast-at-fireworks-unit-ahead-of-thri…; https://www.rediff.com/movies; https://www.rediff.com/news; https://www.rediff.com/news; https://www.rediff.com/ (+15 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
Add '(opens in new tab)' to link text or aria-label.
https://www.youtube.com/watch?v=11WKlwEhc-0; https://www.youtube.com/@RediffOriginals
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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
BLighthouse Accessibility AuditsScore 86/100 — 4 failing, 21 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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
div.flexcenter > div.fnt1 > ins#revive-0-0 > vdo#v-rediff-v11-0 div.flexcenter > div.fnt1 > ins#revive-0-0 > vdo#v-rediff-v11-0 |
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 |
|---|
4 min read div.card > div.firstnews > div.fnewstime > div.floatL |
6 hours ago div.card > div.firstnews > div.fnewstime > div.floatR |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
14 min read div.hzcard > div.hzcopy > div.ttoread > div |
15 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
7 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
12 min read div.hzcard > div.hzcopy > div.ttoread > div |
20 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 min read body > div.bigcard > div.ttoread > div |
20 hours ago body > div.bigcard > div.ttoread > div |
2 min read div.divtwocolums > div.item > div.ttoread > div |
18 hours ago div.divtwocolums > div.item > div.ttoread > div |
9 min read div.divtwocolums > div.item > div.ttoread > div |
21 hours ago div.divtwocolums > div.item > div.ttoread > div |
4 min read div.divtwocolums > div.item > div.ttoread > div |
15 hours ago div.divtwocolums > div.item > div.ttoread > div |
3 min read div.divtwocolums > div.item > div.ttoread > div |
19 hours ago div.divtwocolums > div.item > div.ttoread > div |
1 min read div.hzcard > div.hzcopy > div.ttoread > div |
14 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
14 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
1 day ago div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
16 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 hours ago body > div.bigcard > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
See More > body > div.webstorysection > p.alignR > a.podmore |
35:16 min body > div.videosection > div.bigcard > span.duration |
2:45 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:56 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
1:29 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
0:54 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:26 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
1:30 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:11 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
0:39 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3:43 min div.videosection > div.bigcard > a > span.duration |
4:11 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3:34 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
5:29 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:59 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
7:29 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
6:9 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
8:26 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3:1 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
7 min read div.hzcard > div.hzcopy > div.ttoread > div |
7 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
9 min read div.hzcard > div.hzcopy > div.ttoread > div |
9 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
11 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
11 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
9 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
7 min read div.missedrow > div.missright > div.ttoread > div |
8 min read div.missedrow > div.missright > div.ttoread > div |
4 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
6 min read div.missedrow > div.missright > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
15 min read div.missedrow > div.missright > div.ttoread > div |
6 min read div.missedrow > div.missright > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
7 min read div.missedrow > div.missright > div.ttoread > div |
3 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
4 min read div.missedrow > div.missright > div.ttoread > div |
13 min read div.missedrow > div.missright > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
These are opportunities to improve the legibility of your content.
Names and labels
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 > div.logobar > div.followus > a body > div.logobar > div.followus > a |
body > div.logobar > div.followus > a body > div.logobar > div.followus > a |
body > div.logobar > div.followus > a body > div.logobar > div.followus > a |
body > div.logobar > div.followus > a body > div.logobar > div.followus > a |
div.advtcontainer > div#div_advt_Bottom > ins#revive-0-1 > a div.advtcontainer > div#div_advt_Bottom > ins#revive-0-1 > 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
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 Hierarchy172 headingsPASS
- H1 TOP STORIES
- H2 Sai Loves To Switch It Up
- H2 Iran refuses to send delegation for peace talks in Pak 4 min read
- H2 Vance's departure to Islamabad put on hold 3 min read
- H2 Iran Ceasefire Hours From Collapse 14 min read
- H2 Did Modi violate poll code? EC to examine complaint 4 min read
- H2 Controversy Erupts After Kharge Calls Modi 'Terrorist' 5 min read
- H2 'What Those Terrorists Did Was The Murder Of Humanity' 12 min read
- H2 A year after Pahalgam, families still await closure 6 min read
- H2 Abhishek Slams Century As SRH Crush Delhi Capitals 5 min read
- H2 From Oct 1, Even Smallest Misstep Can Cost A Wicket 5 min read
- H2 Smoke & Shadows: The Ultimate Betrayal
- H2 MORE NEWS
- H2 'Love Scenes Are Like Action Or Dance'
- H3 David Dhawan:'This Could Be My Last Film'
- H3 Discovering The Rhythm Of Bhutan
- H3 Big blow for CSK as Mhatre ruled out of IPL with injury
- H3 Ayushmann: I Like My Films To Be Clean
- H3 Tired of Paneer? 10 Veg Sources Of Protein
- H3 Abhishek Sharma reveals key to his rise at SRH
- H3 'Playing Dada Is A Big Responsibility'
- H2 NEWS
- H2 Mamata Banerjee Can't Underestimate BJP
- H3 'AIADMK Is Trapped By BJP'
- H3 Will Vijay Be Tamil Nadu's Showstopper?
- H3 High-pitched campaign for Phase 1 of Bengal polls ends
- H3 Tamil Nadu poll campaign ends, voting on Thursday
- H3 Mamata Banerjee Predicts TMC Victory In West Bengal Elections
- H3 West Bengal Elections: How Many Crorepatis In Phase I?
- H3 Sharad Pawar admitted to Mumbai hospital
- H2 NEWS
- H2 And Life Goes On In Tehran Amidst The War
- H3 The Challenges Confronting Samrat Chowdhury
- H3 Has Baazigar Modi Fired His Best Shot?
- H3 TCS case: Nida Khan involved in 'forcible conversion'
- H3 Bengaluru woman sets lover afire on pretext of proposal
- H3 Man Steals Valuables From Girlfriend After Loan Refusal
- H3 Family Remembers Navy Officer Killed In Pahalgam Terror Attack
- H3 Supreme Court questions ban on touching Sabarimala temple deity
- H2 LATEST NEWS
- H2 UP Man Killed By Family Over Wedding Money Fears
- H3 Teenager Killed In Knife Attack In Delhi; Personal Enmity Suspected
- H3 Man Held For Cheating Patients At Lucknow Medical University
- H3 Nashik TCS case: Accused claims victim had 'one-sided feelings'
- H3 Aligarh Businessman Found Dead; Police Investigate Murder
- H3 13 killed in blast at fireworks unit ahead of Thrissur Pooram
- H3 IPL 2026: Abhishek reveals key to his rise at SRH
- H3 Uttarakhand High Court: Father Must Maintain Child Regardless Of Mother's Income
- H2 (empty)
- H3 'Ego Is A Part Of The Film Industry'
- H3 'You Failed India On Stopping Infiltration'
- H3 Exclusive! She Helped Aishwarya, Sushmita, Priyanka Win
- H3 Ajit Balakrishnan: The Man Who Put India On The Web
- H2 REDIFF GURUS
- H2 Sir, My son has appeared in Class X ICSE Exam and...
- H2 Hi,I have recently applied for the NIOS On-Demand...
- H2 Dear Komal, diabetes runs in my family, and although...
- H2 What is the next target of ITC and time frame
- H3 I really enjoy having bhel as my evening snack quite often,...
- H3 My husband suspects I am having an affair with my neighbour....
- H3 Is it ok for a Retired 70 years company executive to marry his...
- H3 Why health is not good bcoz of stress
- H3 Hi, I am 44 years old salaried having monthly income of 2...
- H3 My child needs to carry a water bottle to school daily, and...
- H3 Sir i really want to clarify that I was a PCB student from...
- H3 I'm 43 years old, a govt.employee ,want to invest Rs 20000/...
- H2 VIDEOS
- H3 Kharge Calls PM Modi 'A Terrorist', Then Clarifies
- H3 Soha Ali and Neha Dhupia spotted together in Mumbai
- H3 Kedarnath Dham Decked with Flowers Ahead of Grand Opening
- H3 Juhi Chawla spotted with her husband at Mumbai airport
- H3 Rajnath Singh arrives in Berlin
- H3 Tourists enjoying Shikara rides in Srinagar
- H3 Watch: Stalin's Auto Ride & Juice Break in Saidapet on the last day of campaign
- H3 WATCH: Overwhelmed Woman Cries After Meeting PM Modi in Purulia
- H2 PHOTOS
- H3 Ayushmann: I Like My Films To Be Clean
- H3 And Life Goes On In Tehran Amidst The War
- H3 Why Are Suhana, Aditi Blushing?
- H3 Aishwarya, Abhishek Celebrate 19 Yrs of Marital Bliss
- H3 West Bengal Elections: How Many Crorepatis In Phase I?
- H3 Sai Loves To Switch It Up
- H3 Dell 15 (2026) Arrives In India Starting ₹69,699
- H3 Carlos Alcaraz, Aryna Sabalenka Win Top Laureus Honours
- H3 When Riteish-Genelia Cried At Raja Shivaji Trailer
- H3 Atlee, Priya Celebrate Daughter's Birth
- H2 📺 REDIFF-TV
- H3 IPL 2026: Abhishek reveals key to his rise at SRH
- H3 Uttarakhand High Court: Father Must Maintain Child Regardless Of Mother's Income
- H3 Vance's departure to Islamabad put on hold as Iran fails to respond
- H3 Iran refuses to send delegation for peace talks in Pakistan
- H2 CRICKET
- H2 Tilak's Strike Rate Against GT: 356.52!
- H3 'Respect the cap': Ashwin slams split India Team idea
- H3 Big relief as Bumrah breaks five-match wicketless run
- H3 Rajasthan Royals Seek Revival Against Lucknow Super Giants
- H3 Matthew Hayden Slams GT's 'Horror' Show After Loss to MI
- H3 Ignored Holder breaks silence after GT's collapse
- H3 'Tilak needs to be bit more positive against spinners'
- H3 Tilak Varma Reflects on Maiden IPL Ton After MI Win
- H2 CRICKET & SPORTS
- H2 Shiva Narwal Shoots Gold At ISSF Junior World Cup
- H3 Carlos Alcaraz, Aryna Sabalenka Win Top Laureus Honours
- H3 FIVB Revokes Recognition Of Volleyball Federation Of India
- H3 Usain Bolt's Big Advice To Australian Sprint Sensation Gout Gout
- H3 Footballer Alamara Djabi, 19, stabbed in Denmark
- H3 F1 Tweaks Engine Rules To Improve Driver Safety
- H3 How Hardik's Message Spurred Tilak To Destroy Titans!
- H3 Vaibhav Sooryavanshi Races To Be MVP
- H2 MOVIES
- H2 Where Are Celebs Holidaying This Summer?
- H3 When Riteish-Genelia Cried At Raja Shivaji Trailer
- H3 Mrunal Thakur On Being Compared To Madhubala...
- H3 Asha Bhosle: The Voice That Had No Expiry Date
- H3 Bhooth Bangla Review
- H3 Alia Bhatt's Sister Shaheen Gets Engaged
- H3 Asha Bhosle: 'Some Songs Have Been A Challenge'
- H3 10 Films That Leaked Online Before Release
- H2 GET AHEAD
- H2 Wamiqa Looks Like A Dream
- H3 Priya Is Sweet 'n' Spicy!
- H3 Goa's Sadhvi Sail Crowned Femina Miss India World
- H3 'Husband Deleting Chats From Female Colleague'
- H3 10 Expert Tips For Summer-Ready Skin
- H3 Recipe: Grated Karela With Coconut
- H3 Why Long-Duration Funds Are Losing Money
- H3 Asus Zenbook S14 Comes To India
- H2 BUSINESS
- H2 VinFast VF 7 MPV comes with free buyback, free charging
- H3 Renault gets 'FutuREady', to launch 7 new cars by 2030
- H3 Gulf War: Stocks That Could Buck The Trend And Shine
- H3 Tim Cook to step down as Apple CEO, John Ternus to take over
- H3 NSE-listed cos' CSR spending jumps 23% to Rs 22,212 cr in FY25
- H3 Outbound FDI surged 27.5% in March to $7 bn
- H3 Oil Shock Triggers Rs 1.1 Trn FPI Exits
- H3 Office construction activity declines to four-quarter low
- H2 EDITOR'S CHOICE
- H2 7 Beautiful Daddy Songs
- H3 7 Celebs And Their Lookalike Siblings
- H3 Top 10 Mithun Songs
- H3 'Many Women Don't Have Guts To Escape'
- H3 Can Dehydration Cause Muscle Cramps?
- H3 Liver Cancer: Don't Ignore Stomach Pain
- H3 10 Of Bombay's Oldest Restaurants
- H3 Why You May Get An I-T Notice
- H2 MARKET NEWS
- H3 Reliance Power CFO Arrested in Forgery Case
- H2 MOST POPULAR
- H2 FOR YOU
- H3 Iran will face problems 'like never seen before' if...: Trump
- H2 STORIES YOU MAY HAVE MISSED
- H3 We Must Listen To Lord Mahavir
- H3 Maoist Surrenders Signal Insurgency's Endgame
- H3 Krithi Shetty Is Pretty Amazing!
- H3 Divyabharathi Is The GOAT Of...
- H3 OTP, Cards, Online Payments: BIG Changes From April 1
- H3 'Disastrous If US Halts War With Hardliners In Charge'
- H3 Rhino In Class: Assam's Wildlife Lesson
- H3 Unscramble The Ramayana Jigsaw Puzzle
- H3 'What? There are Jews in Iran?!'
- H3 Jain Recipes: Kele Appe, Pav Bhaji, Mango Sevaiya Custard
- H2 THE TIMELESS 100
- H3 Chiraiya Review
- H3 Dhurandhar: Storytelling In Age Of Restless Viewers
- H3 The Dhurandhar 2 Review
- H3 'Israel won't strike Iran': Trump after Tehran hits Qatar LNG hub
- H3 Dhurandhar The Revenge Has Record-Breaking Opening
- H3 New Team, New Life: Arjun Tendulkar 2.0 Begins
- H3 Tighee Review
- H3 'I Would Like To Do My Gareeb Films'
- H3 Pak may develop missiles capable of hitting US: Gabbard
- H3 Why Did Israel Kill Ali Larijani?
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #srchquery_tbox | text | Search news | aria-label |
| input | submit | Submit | aria-label |
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 TOP STORIES | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 EDITOR'S CHOICE | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h2 MOST POPULAR | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h2 FOR YOU | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h2 STORIES YOU MAY HAVE… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 'Ego Is A Part Of Th… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 'You Failed India On… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 Exclusive! She Helpe… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 Ajit Balakrishnan: T… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 IPL 2026: Abhishek r… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 Uttarakhand High Cou… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 Vance's departure to… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| h3 Iran refuses to send… | 15.61:1 | 3.0:1 | #000000 | #DEDEDE | Pass |
| title Rediff.com: News | R… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Rediffmail | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Money | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Enterprise Email | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Business Email | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a rediffGURUS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a rediff-TV | 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.