Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 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
DForm AccessibilityAction4 of 4 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| s | text | ( ) | placeholder only |
| #td-header-search-mob | text | (none) | none |
| #vdoai_volumeSliderContainer | range | (none) | none |
| #ima-volume-slider-div | range | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="s" id="td-header-search-mob">; <input type="range" id="vdoai_volumeSliderContainer">; <input type="range" id="ima-volume-slider-div">
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 type="text" name="s">
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 QualityAction23 issue(s) across 366 links and 14 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://theprint.in/ | (empty) | empty | Add link text or aria-label |
| More | generic text | Replace with descriptive text | |
Before: More Suggested: Home page | |||
| https://www.google.com/preferences/sourc… | Add as a preferred source on G… | new tab | Add '(opens in new tab)' to text |
| https://theprint.in/ | (empty) | empty | Add link text or aria-label |
| More | generic text | Replace with descriptive text | |
Before: More Suggested: Home page | |||
| https://theprint.in/subscribe/ | support our journalism | new tab | Add '(opens in new tab)' to text |
| https://theprint.in/subscription-benefit… | experience theprint subscripti… | new tab | Add '(opens in new tab)' to text |
| https://school.theprint.in/ | TPSJ Banner | new tab | Add '(opens in new tab)' to text |
| https://store.theprint.in/ | TPS Banner | new tab | Add '(opens in new tab)' to text |
| https://theprint.in/campusvoice/ | campus voice Banner | new tab | Add '(opens in new tab)' to text |
| https://theprint.in/author/shivani-dasma… | author-photo | img no alt | Add alt attribute to the image |
| https://vdo.ai/contact?utm_medium=video&… | (empty) | empty | Add link text or aria-label |
| https://hindi.theprint.in/opinion/modis-… | (empty) | empty | Add link text or aria-label |
| https://theprint.in/?p=2909203 | (empty) | empty | Add link text or aria-label |
| https://theprint.in/feature/george-bush-… | (empty) | empty | Add link text or aria-label |
| https://www.thelotter.net/pt/powerball-i… | (empty) | empty | Add link text or aria-label |
| https://www.thelotter.net/pt/powerball-i… | theLotterJogue na loteria amer… | new tab | Add '(opens in new tab)' to text |
| https://theprint.in/feature/husband-of-a… | (empty) | empty | Add link text or aria-label |
| https://theprint.in/india/tmc-slams-shah… | (empty) | empty | Add link text or aria-label |
| https://www.thelotter.net/pt/powerball-i… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://www.thelotter.net/pt/powerball-i… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://casainfoco.com/suporte-facil-pro… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://casainfoco.com/suporte-facil-pro… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://casainfoco.com/ilumina-max-repor… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://casainfoco.com/ilumina-max-repor… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://portalg9.com.br/ar-condicionado-… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://casainfoco.com/ruby-men-care-des… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://casainfoco.com/ruby-men-care-des… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://portalg9.com.br/ar-condicionado-… | (empty) | empty | Add link text or aria-label |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://hindi.theprint.in/ | ThePrint Hindi | new tab | Add '(opens in new tab)' to text |
| https://tamil.theprint.in/ | ThePrint Tamil | new tab | Add '(opens in new tab)' to text |
| https://marathi.theprint.in/ | ThePrint Marathi | new tab | Add '(opens in new tab)' to text |
| https://store.theprint.in/ | ThePrint Store | new tab | Add '(opens in new tab)' to text |
| https://speakersbureau.theprint.in/ | ThePrint Speakers Bureau | new tab | Add '(opens in new tab)' to text |
| https://school.theprint.in/ | ThePrint School Of Journalism | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://www.thelotter.net/pt/powerball-i… | (empty) | empty | Add link text or aria-label |
| https://www.thelotter.net/pt/powerball-i… | theLotterLoteria americana de … | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://theprint.in/; https://theprint.in/; https://vdo.ai/contact?utm_medium=video&utm_term=theprint.in&utm_source=vdoai…; https://hindi.theprint.in/opinion/modis-nari-shakti-narrative-is-hollow-real-…; https://theprint.in/?p=2909203; https://theprint.in/feature/george-bush-michelle-obama-friendship/2911509/; https://www.thelotter.net/pt/powerball-ingressos-online-sorteio-de-hoje-%C3%A…; https://theprint.in/feature/husband-of-air-india-crash-victim-asked-to-leave-…; https://theprint.in/india/tmc-slams-shah-over-kolkata-slums-remark-obrien-cal…; https://www.thelotter.net/pt/powerball-ingressos-online-sorteio-de-hoje-%C3%A… (+10 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
Generic link text like 'click here' doesn't describe the destination.
("More"); ("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.google.com/preferences/source?q=theprint; https://theprint.in/subscribe/; https://theprint.in/subscription-benefits/; https://school.theprint.in/; https://store.theprint.in/; https://theprint.in/campusvoice/; https://www.thelotter.net/pt/powerball-ingressos-online-sorteio-de-hoje-%C3%A…; https://popup.taboola.com/en/?template=colorbox&utm_source=theprint-english&u…; https://popup.taboola.com/en/?template=colorbox&utm_source=theprint-english&u…; https://popup.taboola.com/en/?template=colorbox&utm_source=theprint-english&u… (+28 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
Icon-only buttons need an aria-label so screen readers can announce them.
button#vdoai_playPauseButton
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h2 COMMENTS | 17.46:1 | 3.0:1 | #000000 | #FFE7C2 | Pass |
| h3 Follow us | 17.46:1 | 3.0:1 | #000000 | #FFE7C2 | Pass |
| title Latest News and Opin… | 4.69:1 | 4.5:1 | #000000 | #D04A24 | Pass |
| a Politics | 8.50:1 | 4.5:1 | #000000 | #E29079 | Pass |
| a Ground Reports | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Opinion | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| a National Interest | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a PoV | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 50-Word Edit | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Defence | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Diplomacy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a India | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Economy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a ThePrint On Camera | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Videos | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a In Pictures | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Society & Culture | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Around Town | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Book Excerpts | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Vigyapanti | 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 78/100 — 8 failing, 22 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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > vdo#vdo_ai_div-0 div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > vdo#vdo_ai_div-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 |
|---|
Home div.tvc_main_header > div.tvc_carousal > div.tvc_scroll > a.tvc_home |
Mayank Kumar div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Bhadra Sinha div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Triya Gulati div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vir Sanghvi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Nootan Sharma div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Deep Halder div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vidhi Bhutra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Serene Cheong div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Alexander Weber div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vir Sanghvi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
R Jagannathan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shivani Dasmahapatra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Yunus Lasania div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sana Hashmi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
A K Bhattacharya div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Deep Halder div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Chitleen K Sethi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Esha Mishra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Khadija Khan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
ThePrint Team div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Nootan Sharma div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Anushka Srivastava div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Anushka Srivastava div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Amrin Rajpal div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Triya Gulati div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vidhi Bhutra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shekhar Gupta | Cut The Clutter div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Brian Pinheiro div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Mayank Kumar div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sushil Manav div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Andrew Robinson div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Mark Gurman div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sneha Richhariya div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Jaydeep Gadhavi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Keshav Padmanabhan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
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 |
|---|
Top Stories div.wpb_wrapper > div.td_block_wrap > div.td-block-title-wrap > h4.td-block-title |
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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing |
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 |
|---|
Logo div.wpb_wrapper > div.td_block_wrap > div.tdb-block-inner > a.tdb-logo-a |
pahalgam terror attack 1 year on div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > a |
div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > a div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > 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 |
|---|
Code Of Ethics div.menu-other-links-container > ul#menu-other-links > li#menu-item-2591743 > a |
Contact div.menu-other-links-container > ul#menu-other-links > li#menu-item-6486 > a |
Synergy div.menu-other-links-container > ul#menu-other-links > li#menu-item-2602094 > a |
Terms of Use div.menu-other-links-container > ul#menu-other-links > li#menu-item-6492 > a |
Privacy Policy div.menu-other-links-container > ul#menu-other-links > li#menu-item-6491 > 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.td-md-is-android html.td-md-is-android |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
AHeading Hierarchy81 headings, 1 skip(s)PASS
- H1 .st0{fill:#D4451D;}
- H4 Top Stories skipped
- H3 Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror upended the ‘mini-Switzerland’ dream
- H3 Pahalgam trip to celebrate son’s Class 12 marks ended in horror. Wife & son told terrorist, ‘shoot us too’
- H3 India’s online gaming rules to take effect on 1 May; most games exempt from registration
- H3 A sitting CM cannot put democracy in peril, SC says on Mamata ‘interference’ in ED’s I-PAC raids
- H3 Michael Jackson’s biopic gets poor rating on Rotten Tomatoes. ‘Bland & problematic’
- H3 Mumbai woman who shouted at minister spoke for many Indians, exposed BJP’s protest politics
- H4 The FinePrintFree for a limited timeOur Premium Offering
- H3 Delhi’s parking wars now end in murder & court cases. It’s the new road rage
- H3 The Bengal voter is silent. Is it fear or quiet determination?
- H3 IIMs are getting richer from executive courses. Indians want to upskill quickly
- H4 Latest
- H3 1 year after Pahalgam terror attack, global media profiles a Kashmiri town that ‘longs for tourists’
- H3 New online gaming rules give watchdog more teeth, steer clear from guard rails on promotion
- H3 India’s energy vulnerability exposed as oil supplies tighten
- H3 Will Hungary join the Euro? It’s a long road after Orban
- H4 Opinion
- H3 Mumbai woman who shouted at minister spoke for many Indians, exposed BJP’s protest politics
- H3 The ‘D’ word—Why southern politicians are wrong on delimitation
- H3 AI-generated images are distorting India’s military heroes. It’s a desecration of memory
- H3 Tollywood’s toxic fandom now has state support. Pawan Kalyan joke arrests are abuse of power
- H3 China is worried about US–Philippines military exercises. It’s too close for comfort
- H3 A perfect storm? High energy prices, the West Asia war, and India’s narrowing fiscal space
- H3 The Bengal voter is silent. Is it fear or quiet determination?
- H4 Features
- H3 What George Bush said about his friendship with Michelle Obama—‘would often sit beside her’
- H4 Reader's Editor
- H4 दिप्रिंट
- H3 मोदी का ‘नारी शक्ति’ का नैरेटिव नकली है, BJP में वास्तविक शक्ति पुरुषों के पास �
- H4 On Camera
- H4 Politics
- H3 Pritam Lodhi: BJP MLA who threatened IPS with ‘cow dung’ after son rammed 5 people with Thar in MP
- H3 Hindutva can’t take root where people question, reason, resist—Stalin on why BJP ‘has no future in TN’
- H3 ‘Defaming Punjab’: State Congress chief Warring sends Zee5 legal notice for ‘Lawrence of Punjab’
- H3 ‘90% women can’t get into politics unless…’: Pappu Yadav makes sexist remarks, gets women’s panel notice
- H3 Virudhunagar factory blast: DMK stronghold simmers ahead of TN polls; workers demand safety, compensation
- H3 Why Allahabad HC judge recused himself from Rahul Gandhi citizenship case
- H3 In Tamil Nadu, OPS returns to his AIADMK bastion in a DMK avatar. People say he’s ‘one of their own’
- H4 50-Word Edit
- H3 Mallikarjun Kharge calling PM Narendra Modi a terrorist is a new low. He must apologise
- H4 Ground Reports
- H3 Delhi’s parking wars now end in murder & court cases. It’s the new road rage
- H3 IIMs are getting richer from executive courses. Indians want to upskill quickly
- H3 Inside Delhi’s divided Tri Nagar—attacks on Muslims, an RWA takeover, a new Mandir
- H3 Foreign universities in India are selling half-baked dreams. ‘Can’t even get you internships’
- H4 PoV
- H3 Why ‘disgustingly well-read’ is a win for modern literacy
- H4 Entertainment
- H3 Michael Jackson’s biopic gets poor rating on Rotten Tomatoes. ‘Bland & problematic’
- H4 Global Pulse
- H3 1 year after Pahalgam terror attack, global media profiles a Kashmiri town that ‘longs for tourists’
- H4 India
- H3 New online gaming rules give watchdog more teeth, steer clear from guard rails on promotion
- H3 How Op Sindoor, West Asia war proved satellites are new instruments of war | Cut The Clutter
- H3 Berated by Mumbai woman for blocking traffic, minister Girish Mahajan says ‘language wasn’t appropriate’
- H3 IRS officer’s daughter murdered: Arrested house help was booked in Alwar rape case a day earlier
- H3 Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror upended the ‘mini-Switzerland’ dream
- H3 Dushyant Chautala at odds with 2nd Haryana DGP in 6 months—‘Ajay Singhal blocked my number’
- H3 Pahalgam trip to celebrate son’s Class 12 marks ended in horror. Wife & son told terrorist, ‘shoot us too’
- H4 Books
- H3 Nehru’s enthusiasm, Jinnah’s silence, and Gandhi’s baffling indifference to Mohenjo-daro
- H4 Economy
- H3 India’s online gaming rules to take effect on 1 May; most games exempt from registration
- H3 Fire that engulfed Rajasthan refinery ahead of Modi launch unlikely to hit fuel supply—Kpler analyst
- H3 FTA partners drive India’s trade surge as reliance on non-FTA countries dips, says NITI Aayog report
- H3 John Ternus set to take over as Apple CEO, Tim Cook to transition to executive chairman
- H3 As Strait of Hormuz shuts again, uncertainty grips global trade & energy markets
- H4 Governance
- H3 Govt notifies new recruitment rules for India’s top drug regulator; allows wider pool of candidates
- H3 Govt blocked 4PM over ‘Pahalgam conspiracy theories, YouTube ad revenue model enabling foreign lobbying’
- H3 Govt pitches continuous on-screen label for AI-generated content, extends public feedback deadline
- H3 India leads in AI talent, but also brain drain & anxiety, says Stanford’s AI index report
- H4 Defence
- H3 Japan overhauls post-World War II pacifist military approach, lifts restrictions on defence exports
- H4 Science
- H3 New field guide spotlights Delhi’s 15 unique bat species, shifts focus from vermin to vital
- H4 Diplomacy
- H3 There’s no Republic of China president, says Beijing after Taiwan’s Lai is forced to cancel Africa visit
- H2 COMMENTS
- H3 Follow us
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
AAlt Text Quality2 of 25 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| generic | 1 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