Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction6 issue(s) across 369 links and 23 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /2026/03/31/ken-griffin-citadel-securiti… | Go to /2026/03/31/ken-griffin-… | img no alt | Add alt attribute to the image |
| /2026/03/17/how-to-decide-if-gen-ai-is-t… | Go to /2026/03/17/how-to-decid… | img no alt | Add alt attribute to the image |
| https://privacyportal.onetrust.com/webfo… | here | generic text | Replace with descriptive text |
Before: here Suggested: 7735fec7 6807 43a9 Aeeb 6d7922c4968c | |||
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://privacyportal.onetrust.com/webform/3b051204-b749-4d0c-af62-3a0b6b3cfd… ("here")
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/2026/03/31/ken-griffin-citadel-securities-hedge-fund-miami-wall-street-trump…"]; a[href="/2026/03/17/how-to-decide-if-gen-ai-is-the-right-path-for-your-product/"]
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://www.onetrust.com/products/cookie-consent/
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#actionable-icon-_r_1n_; button#actionable-icon-_r_2a_; button#actionable-icon-_r_2c_; button (#1714 on page); button (#1724 on page)
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 SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure9 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy8 headingsREVIEW
- H2 Do Not Sell or Share My Personal Information
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Sharing of Personal Information for Targeted Advertising
- H5 Social Media Cookies
- H5 Targeting Cookies
- H5 Performance Cookies
- H3 Cookie List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 88/100 — 4 failing, 23 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
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Open Navigation Menu div.container-ft > div.flex > div.flex > div#hamburgerButton |
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.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-span-full > div#hp-piano-template-plea-container > div.tp-container-inner > iframe#offer_a79d856ffdb8d776de14-0 div.col-span-full > div#hp-piano-template-plea-container > div.tp-container-inner > iframe#offer_a79d856ffdb8d776de14-0 |
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 |
|---|
BIG TECH a.font-graphik > div.flex > div.flex > a.typography-xs |
John Ternus becomes Apple CEO div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
MAGAZINE a.font-graphik > div.flex > div.flex > a.typography-xs |
AI a.font-graphik > div.flex > div.flex > a.typography-xs |
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 |
|---|
Subscribe for $1 div.ml-auto > div.flex > div.inline-block > a.group/button |
BIG TECH
Meet John Ternus, the 51-year-old former swimming champ who will succe… main#content > div.container-ft > div.flex > a.font-graphik |
BIG TECH a.font-graphik > div.flex > div.flex > a.typography-xs |
Meet John Ternus, the 51-year-old former swimming champ who will succeed Tim Co… a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Dave Smith div.flex > span.typography-sm > span > a.group/button |
Fortune Editors div.flex > span.typography-sm > span > a.group/button |
Amazon CEO Andy Jassy tells Gen Z that if they want to be successful, they have… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Preston Fore div.flex > span.typography-sm > span > a.group/button |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nicholas Gordon div.flex > span.typography-sm > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeffrey Sonnenfeld div.flex > span.typography-sm > span > a.group/button |
Steven Tian div.flex > span.typography-sm > span > a.group/button |
Google Cloud’s next big moment—and what it needs to continue its ascent div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
The tables have turned: Florida and Texas are the biggest losers in the housing… div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
‘I thought the oil would be much higher’: Trump’s rosy Iran war spin risks send… div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
Tariffs, war, and now a historic drought have converged into a ‘perfect storm’ … div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
What happens if nothing is done to fix Social Security by 2032? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Martha Shedden div.flex > span.typography-sm > span > a.group/button |
U.S. Energy Sec says gas prices have likely peaked, but won’t go below $3 until… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jacqueline Munis div.flex > span.typography-sm > span > a.group/button |
Jeff Bezos once gave Eva Longoria and the admiral behind Osama bin Laden’s capt… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Orianna Rosa Royle div.flex > span.typography-sm > span > a.group/button |
Meet Blackstone’s ‘accidental influencer’ who made LinkedIn jogs Wall Street’s … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Rachel Ventresca div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Stripe and Paradigm-backed blockchain Tempo launches advisory unit to promote s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jack Kubinec div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
Exclusive: Startup Humble debuts cabless autonomous truck targeting $900 billio… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Lily Mae Lazarus div.flex > span.typography-sm > span > a.group/button |
MPW Daily
By Emma Hinchliffe
Emma Grede’s blunt advice: ‘Nobody’s coming to han… div.flex > div.flex > div.grid > a.font-graphik |
MPW Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Emma Hinchliffe div.flex > span.font-graphik > span > a.group/button |
Emma Grede’s blunt advice: ‘Nobody’s coming to hand you power—you have to take … div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
CFO Daily
By Sheryl Estrada
Fermi’s CFO resigns—just two days after the CEO ste… div.flex > div.flex > div.grid > a.font-graphik |
CFO Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Sheryl Estrada div.flex > span.font-graphik > span > a.group/button |
Fermi’s CFO resigns—just two days after the CEO stepped down div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Term Sheet
By Lily Mae Lazarus
Exclusive: Startup Humble debuts cabless autonom… div.flex > div.flex > div.grid > a.font-graphik |
Term Sheet a.font-graphik > div.flex > div.flex > a.w-fit |
Lily Mae Lazarus div.flex > span.font-graphik > span > a.group/button |
Exclusive: Startup Humble debuts cabless autonomous truck targeting $900 billio… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Fortune Tech
By Andrew Nusca
John Ternus becomes Apple CEO div.flex > div.flex > div.grid > a.font-graphik |
Fortune Tech a.font-graphik > div.flex > div.flex > a.w-fit |
Andrew Nusca div.flex > span.font-graphik > span > a.group/button |
John Ternus becomes Apple CEO div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
CEO Daily
By Diane Brady
Tim Cook’s exit is part of a CEO reckoning sweeping Co… div.flex > div.flex > div.grid > a.font-graphik |
CEO Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Diane Brady div.flex > span.font-graphik > span > a.group/button |
Tim Cook’s exit is part of a CEO reckoning sweeping Corporate America div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
MPW Daily
By Lily Mae Lazarus
I joined a founder lobbying Congress. This is the… div.flex > div.flex > div.grid > a.font-graphik |
MPW Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Lily Mae Lazarus div.flex > span.font-graphik > span > a.group/button |
I joined a founder lobbying Congress. This is the ‘winnable’ battle she’s fight… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
AI div.container-ft > div.flex > div.flex > a.font-inria-serif |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Google Cloud’s next big moment—and what it needs to continue its ascent div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Alex Kantrowitz div.flex > span.typography-sm > span > a.group/button |
Marty Swant div.flex > span.typography-sm > span > a.group/button |
Big Technology div.flex > span.typography-sm > span > a.group/button |
Data centers are dealing hidden damage to environmental and public health—costi… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nicholas Gordon div.flex > span.typography-sm > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeffrey Sonnenfeld div.flex > span.typography-sm > span > a.group/button |
Steven Tian div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Amazon CEO Andy Jassy tells Gen Z that if they want to be successful, they have… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Preston Fore div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
The $100 oil shock is hitting the middle class like a margin call div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Katica Roy div.flex > span.typography-sm > span > a.group/button |
‘I thought the oil would be much higher’: Trump’s rosy Iran war spin risks send… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nick Lichtenberg div.flex > span.typography-sm > span > a.group/button |
Tariffs, war, and now a historic drought have converged into a ‘perfect storm’ … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
Data centers are dealing hidden damage to environmental and public health—costi… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
How Trump’s war screwed you out of your Trump tax refund: Wall Street has the r… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nick Lichtenberg div.flex > span.typography-sm > span > a.group/button |
From the Magazine div.container-ft > div.flex > div.flex > a.font-inria-serif |
MAGAZINE
Ken Griffin wants to reshape Miami—and maybe American politics
The me… main#content > div.container-ft > div.flex > a.font-graphik |
Ken Griffin wants to reshape Miami—and maybe American politics a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Shawn Tully div.flex > span.typography-sm > span > a.group/button |
Who owns ideas in the AI age? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Francesca Cassidy div.flex > span.typography-sm > span > a.group/button |
Anthropic’s research shows that AI can already do a huge portion of many jobs; … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Matthew Heimer div.flex > span.typography-sm > span > a.group/button |
Nicolas Rapp div.flex > span.typography-sm > span > a.group/button |
Fortune Archives: Who gets a seat at the table? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Indrani Sen div.flex > span.typography-sm > span > a.group/button |
The Walmart billionaires next door: Quiet backlash is brewing against the heirs… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jessica Mathews div.flex > span.typography-sm > span > a.group/button |
Fortune Rankings div.container-ft > div.flex > div.flex > a.font-inria-serif |
Fortune 100 Best Companies to Work For div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
World’s Most Admired Companies div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune 500 Europe div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune 500 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Here’s what Warren Buffett, Sam Altman, Donald Trump, and everyone else has to … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jacqueline Munis div.flex > span.typography-sm > span > a.group/button |
John Ternus, the man stepping into Tim Cook and Steve Jobs’ shoes, is a 25-year… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Kelvin Chan div.flex > span.typography-sm > span > a.group/button |
The Associated Press div.flex > span.typography-sm > span > a.group/button |
Apple is slipping on Tim Cook’s exit. Wall Street says buy anyway div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Eva Roytburg div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Fortune Crypto Playbook div.container-ft > div.flex > div.flex > a.font-inria-serif |
Crypto is entering its ‘collared-shirt’ era says Andreessen Horowitz partner Gu… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeff John Roberts div.flex > span.typography-sm > span > a.group/button |
Trump’s memecoin does have a purpose: Access to the White House div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune Editors div.flex > span.typography-sm > span > a.group/button |
Kraken co-CEO Arjun Sethi on why the crypto exchange’s new Fed master account a… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Leo Schwartz div.flex > span.typography-sm > span > a.group/button |
Crypto industry could get its long-awaited bill as soon as July, says longtime … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeff John Roberts div.flex > span.typography-sm > span > a.group/button |
Who owns ideas in the AI age? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Francesca Cassidy div.flex > span.typography-sm > span > a.group/button |
The Walmart billionaires next door: Quiet backlash is brewing against the heirs… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jessica Mathews div.flex > span.typography-sm > span > a.group/button |
Have a strong brand in a world of noise—it’s like having the only red T-shirt i… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Kamal Ahmed div.flex > span.typography-sm > span > a.group/button |
Ken Griffin wants to reshape Miami—and maybe American politics div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Shawn Tully div.flex > span.typography-sm > span > a.group/button |
One strategy, real AI results div.container-ft > div.flex > div.flex > a.font-inria-serif |
AI
How to decide if gen AI is the right path for your product
“When we’re look… main#content > div.container-ft > div.flex > a.font-graphik |
AI a.font-graphik > div.flex > div.flex > a.typography-xs |
How to decide if gen AI is the right path for your product a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
How cutting out product management enabled Kilo to compete in the hyper-fast AI… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Inside Bank of America’s ‘build once’ AI strategy div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Why Pinterest is going all in on open-source AI div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
How Seismic’s AI incubation team became its ultimate AI strategy div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
Real Estate div.container-ft > div.flex > div.flex > a.font-inria-serif |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
The tables have turned: Florida and Texas are the biggest losers in the housing… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
PERSONAL FINANCE div.grid > div.font-graphik > div.flex > a.typography-xs |
Mortgage rates today, April 21, 2026 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Glen Luke Flanagan div.flex > span.typography-sm > span > a.group/button |
PERSONAL FINANCE div.grid > div.font-graphik > div.flex > a.typography-xs |
Current refi mortgage rates report for April 21, 2026 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Glen Luke Flanagan div.flex > span.typography-sm > span > a.group/button |
Great Place to Work Rankings div.container-ft > div.flex > div.flex > a.font-inria-serif |
Fortune 100 Best Companies To Work For – Southeast Asia div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Great Place To Work div.flex > span.typography-sm > span > a.group/button |
Best Large Workplaces for Parents div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Great Place To Work div.flex > span.typography-sm > span > a.group/button |
World’s 25 Best Workplaces div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
100 Best Large Workplaces for Women div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Middle Class
By Katica Roy
The $100 oil shock is hitting the middle class like … div.flex > div.flex > div.grid > a.font-graphik |
Middle Class a.font-graphik > div.flex > div.flex > a.w-fit |
Katica Roy div.flex > span.font-graphik > span > a.group/button |
The $100 oil shock is hitting the middle class like a margin call div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Social Security
By Martha Shedden
What happens if nothing is done to fix Social… div.flex > div.flex > div.grid > a.font-graphik |
Social Security a.font-graphik > div.flex > div.flex > a.w-fit |
Martha Shedden div.flex > span.font-graphik > span > a.group/button |
What happens if nothing is done to fix Social Security by 2032? div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Apple
By Jeffrey Sonnenfeld and Steven Tian
This Apple doesn’t fall far from th… div.flex > div.flex > div.grid > a.font-graphik |
Jeffrey Sonnenfeld div.flex > span.font-graphik > span > a.group/button |
Steven Tian div.flex > span.font-graphik > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Zoom
By Josh Kallmer
The U.S. has a $282 billion trade surplus you’ve never hea… div.flex > div.flex > div.grid > a.font-graphik |
Josh Kallmer div.flex > span.font-graphik > span > a.group/button |
The U.S. has a $282 billion trade surplus you’ve never heard of — and it’s at r… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Salesforce
By Keith Ferrazzi and Wendy Smith
AI’s next act: how Salesforce is t… div.flex > div.flex > div.grid > a.font-graphik |
Keith Ferrazzi div.flex > span.font-graphik > span > a.group/button |
Wendy Smith div.flex > span.font-graphik > span > a.group/button |
AI’s next act: how Salesforce is turning efficiency gains into revenue div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
White House
By Robert Hormats
Trump has already endorsed the Monroe Doctrine. N… div.flex > div.flex > div.grid > a.font-graphik |
White House a.font-graphik > div.flex > div.flex > a.w-fit |
Robert Hormats div.flex > span.font-graphik > span > a.group/button |
Trump has already endorsed the Monroe Doctrine. Now he needs to endorse the Tru… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
About Us div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Editorial Calendar div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Press Center div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Work At Fortune div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Diversity And Inclusion div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Terms And Conditions div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Site Map div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
A+Alt Text QualityAll 71 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
A+Form AccessibilityAll 6 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-SSPD_BG | checkbox | Sharing of Personal Information for Targeted Advertising | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
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 |
|---|---|---|---|---|---|
| h2 Do Not Sell or Share… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Manage Consent Prefe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Fortune - Fortune 50… | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| label Search | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| span Subscribe for $1 | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| span Subscribe for $1 | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Sign in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Latest | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Fortune 500 | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Finance | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Tech | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Leadership | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Lifestyle | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Rankings | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Multimedia | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| a Big Tech | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Meet John Ternus, th… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Apple just announced… | 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.