Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction13 of 34 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 12 image(s) |
| filename | 1 image(s) |
| too long | 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
DLink & Button QualityAction2 issue(s) across 77 links and 6 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://usmagazine.theweek.com/t/storefr… | From the Magazine | new tab | Add '(opens in new tab)' to text |
| https://subscribe.theweek.com/pubs/W0/TW… | Student Offers | new tab | Add '(opens in new tab)' to text |
| https://theweek.com/edition/theweekus-ev… | TODAY’S BIG QUESTION Has Ne… | img no alt | Add alt attribute to the image |
| https://theweek.com/edition/theweekus-ev… | IN THE SPOTLIGHT Rumen Radev:… | img no alt | Add alt attribute to the image |
| https://theweek.com/edition/theweekus-ev… | THE EXPLAINER The philosophy … | img no alt | Add alt attribute to the image |
| https://theweek.com/edition/theweekus-mo… | Morning Report Labor secreta… | img no alt | Add alt attribute to the image |
| https://theweek.com/edition/theweekus-ev… | Evening Review Waging econom… | img no alt | Add alt attribute to the image |
| https://theweek.com/edition/theweekus-mo… | Morning Report Strait of Hor… | img no alt | Add alt attribute to the image |
| https://futureplc.com/terms-conditions/ | Terms & Conditions | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/privacy-policy/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://theweek.com/tech/whos-who-in-the… | Who’s who in the world of AI… | img no alt | Add alt attribute to the image |
| https://theweek.com/environment/drill-ba… | Drill, baby, drill? The ethics… | img no alt | Add alt attribute to the image |
| https://theweek.com/culture-life/music/k… | Kanye West: was it right to ba… | img no alt | Add alt attribute to the image |
| https://theweek.com/politics/jd-vance-ir… | JD Vance: the vice president o… | img no alt | Add alt attribute to the image |
| https://theweek.com/personal-finance/zug… | Zug: The European ‘bolt-hole… | img no alt | Add alt attribute to the image |
| https://theweek.com/world-news/indias-ho… | India’s home-help conundrum … | img no alt | Add alt attribute to the image |
| https://theweek.com/about-us | About Us | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/contact/ | Contact Future's experts | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/terms-conditions/ | Terms and Conditions | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/privacy-policy/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/cookies-policy/ | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| https://go.future-advertising.com/The-We… | Advertise With Us | new tab | Add '(opens in new tab)' to text |
| https://theweek.com/faq | FAQ | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/ | Visit our corporate site | 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 |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://theweek.com/edition/theweekus-evening-review-2026-04-21-201701"]; a[href="https://theweek.com/edition/theweekus-evening-review-2026-04-21-201701"]; a[href="https://theweek.com/edition/theweekus-evening-review-2026-04-21-201701"]; a[href="https://theweek.com/edition/theweekus-morning-report-2026-04-21-104229"]; a[href="https://theweek.com/edition/theweekus-evening-review-2026-04-20-205456"]; a[href="https://theweek.com/edition/theweekus-morning-report-2026-04-20-110823"]; a[href="https://theweek.com/tech/whos-who-in-the-world-of-ai"]; a[href="https://theweek.com/environment/drill-baby-drill-the-ethics-of-exploiting-nor…"]; a[href="https://theweek.com/culture-life/music/kanye-west-uk-ban-wireless-antisemitism"]; a[href="https://theweek.com/politics/jd-vance-iran-pope-maga-veep"] (+2 more)
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://usmagazine.theweek.com/t/storefront/storefront; https://subscribe.theweek.com/pubs/W0/TWE/studentbeans_promo.jsp?cds_mag_code…; https://futureplc.com/terms-conditions/; https://futureplc.com/privacy-policy/; https://theweek.com/about-us; https://futureplc.com/contact/; https://futureplc.com/terms-conditions/; https://futureplc.com/privacy-policy/; https://futureplc.com/cookies-policy/; https://go.future-advertising.com/The-Week-Media-Kit.html (+2 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.button-menu (#149 on page); button.region-redirect-banner__close (#971 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
D404 Error PageActionHTTP 404, custom pageFIX
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
BLandmark Structure6 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
CForm AccessibilityAction3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| CONTACT_OTHER_BRANDS | checkbox | none | |
| CONTACT_PARTNERS | checkbox | none | |
| searchTerm | search | (Type to search...) | placeholder only |
| (none) | none | ||
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="email" name="MAIL">; <input type="submit">
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="search" name="searchTerm">
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
BFavicon & Branding11 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.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 The Week | 1.61:1 | 3.0:1 | #000000 | #502325 | Fail |
| h2 Has New York found h… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 ‘This is about the… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Rumen Radev: Bulgari… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Statistic of the day | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 The philosophy of th… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Add THE WEEK To your… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Morning Report | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Evening Review | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Morning Report | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 The 5 wildest ideas … | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Cyberdecks are uniqu… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Has New York figured… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 4 tips for saving on… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Who’s who in the w… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 What are the perks o… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Drill, baby, drill? … | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Can Allbirds’ pivo… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Kanye West: was it r… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 JD Vance: the vice p… | 3.00:1 | 3.0:1 | #000000 | #595959 | 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.
BLighthouse Accessibility AuditsScore 83/100 — 4 failing, 27 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navigation > div.navigation__container > div.navigation__burgerbar > button.button-menu nav.navigation > div.navigation__container > div.navigation__burgerbar > button.button-menu |
div.navigation__container > div.navigation__burgerbar > div.search > button.navigation__search div.navigation__container > div.navigation__burgerbar > div.search > button.navigation__search |
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 |
|---|
a.wdn-listv2-item-link > div.v2-listing-image-layout > div.v2-listing-image-wrapper > img.v2-listing-image-img a.wdn-listv2-item-link > div.v2-listing-image-layout > div.v2-listing-image-wrapper > img.v2-listing-image-img |
a.wdn-listv2-item-link > div.v2-listing-image-layout > div.v2-listing-image-wrapper > img.v2-listing-image-img a.wdn-listv2-item-link > div.v2-listing-image-layout > div.v2-listing-image-wrapper > img.v2-listing-image-img |
a.wdn-listv2-item-link > div.v2-listing-image-layout > div.v2-listing-image-wrapper > img.v2-listing-image-img a.wdn-listv2-item-link > div.v2-listing-image-layout > div.v2-listing-image-wrapper > img.v2-listing-image-img |
div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image |
div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image |
div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image |
div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image div.listing__image-layout > div.listing__image-wrapper > picture > img.listing__image |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input |
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.
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 |
|---|
SUBSCRIBE & SAVE a.vanilla-blueconic-header-wrapper > div#blueconic-header-theweek > div.vanilla-blueconic-header__txt-wrapper > p |
QUOTE OF THE DAY li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
By submitting your information you agree to the Terms & Conditions and Privacy … div.newsletter-form__wrapper > div.newsletter-form__container > section.newsletter-form__main-section > footer.newsletter-form__footer |
These are opportunities to improve the legibility of your content.
A+Heading Hierarchy46 headingsPASS
- H1 The Week
- H2 Evening Review
- H2 Has New York found how to tax the rich?
- H2 ‘This is about the issues of protecting our privacy, our law enforcement agencies abiding by the Constitution and protecting our civil liberties.’
- H2 Rumen Radev: Bulgaria’s new Kremlin-friendly PM
- H2 Statistic of the day
- H2 The philosophy of the femosphere
- H2 Daily News Digest The Week Every day of the week
- H2 Add THE WEEK To your weekly routine.
- H2 Recent editions
- H2 Morning Report
- H2 Evening Review
- H2 Morning Report
- H2 Editor's choice
- H2 The 5 wildest ideas Donald Trump has proposed
- H2 Cyberdecks are unique, customizable and a technological rebellion
- H2 Today's Big Question
- H2 Has New York figured out how to tax the rich?
- H2 The Explainer
- H2 4 tips for saving on a summer road trip
- H2 Who’s who in the world of AI?
- H2 What are the perks of banking with a credit union?
- H2 Drill, baby, drill? The ethics of exploiting North Sea oil resources
- H2 Talking Points
- H2 Can Allbirds’ pivot from shoes to AI really work?
- H2 Kanye West: was it right to ban him from the UK?
- H2 JD Vance: the vice president of diminishing returns
- H2 The Week Recommends
- H2 Budget safari holidays that won’t break the bank
- H2 Where to experience some of the real history of the US
- H2 Under the Radar
- H2 Zug: The European ‘bolt-hole’ for the Gulf elite
- H2 The Internet Archive is in danger
- H2 India’s home-help conundrum
- H2 Speed Reads
- H2 The Onion files new plan to turn Infowars into satire
- H2 Kash Patel files $250M suit against The Atlantic
- H2 Labor Secretary Chavez-DeRemer out amid scandals
- H2 Chinese robot sets new half-marathon record
- H2 More From The Week
- H2 Music reviews: Ella Langley and My New Band Believe
- H2 Theatre reviews: ‘Death of a Salesman’ and ‘Cats: The Jellicle Ball’
- H2 Book reviews: ‘London Falling: A Mysterious Death in a Gilded City and a Family’s Search for Truth’ and ‘Western Star: The Life and Legends of Larry McMurtry’
- H2 The DJ who was a godfather of hip-hop
- H2 ‘Trump muddles messages’
- H2 Trump: Why even old allies are questioning his sanity