Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, bare pageFIX
DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 |
|---|---|---|---|---|---|
| h1 San Francisco, CA | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Popular | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cities | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 We've updated our Te… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Local Weather Foreca… | 3.00:1 | 4.5:1 | #000000 | #595959 | Fail |
| a Skip to Main Content | 3.00:1 | 4.5:1 | #000000 | #595959 | Fail |
| span Sensor Network | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Maps & Radar | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Severe Weather | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span News & Blogs | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Mobile Apps | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span More | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| i close | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| i gps_fixed | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| i gps_fixed | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Find Nearest Station | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Manage Favorite Citi… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Log In | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| i star | 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.
A+Landmark Structure6 landmarksPASS
A+Heading Hierarchy8 headingsPASS
- H2 Current Weather for Popular Cities
- H3 We've updated our Terms of Use and Privacy Policy
- H1 San Francisco, CA
- H2 How You Can Fight Back Against Allergies
- H2 Severe Weather Threat Returns To Storm-Fatigued Plains, South Late This Week
- H2 Study: Wildfires Are No Longer ‘Sleeping’ At Night
- H2 Summer Outlook: What To Expect For The Season In Your Area
- H2 It’s Okay To Love All The Bees (The Honey Bees, Too)
AAlt Text Quality4 of 20 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 4 image(s) |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #wuSearch | search | Search | aria-label |
| #wuSearch | search | Search | aria-label |
ALink & Button Quality55 links, 7 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://weather.com/privacy/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://weather.com/privacy/privacy-poli… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.weathercompany.com/careers | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.wunderground.com/feedback | Feedback & Support | new tab | Add '(opens in new tab)' to text |
| https://weather.com/privacy/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://weather.com/privacy/privacy-poli… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.weathercompany.com | The Weather Company Logo | new tab | Add '(opens in new tab)' to text |
| https://weather.com | The Weather Channel Logo | new tab | Add '(opens in new tab)' to text |
| https://weather.com/storm-radar | Storm Radar Logo | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://weather.com/privacy/terms-of-use; https://weather.com/privacy/privacy-policy; https://www.weathercompany.com/careers; https://www.wunderground.com/feedback; https://weather.com/privacy/terms-of-use; https://weather.com/privacy/privacy-policy; https://www.weathercompany.com; https://weather.com; https://weather.com/storm-radar
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
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 28 passedPASS
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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu one-column-layout > wu-header > sidenav.sidenav > a.sidenav-toggle |
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 |
|---|
Terms of Use div.position-wrapper > div.tou-notice > p.message > a.tou-link |
Privacy Policy div.position-wrapper > div.tou-notice > p.message > a.tou-link |
Apr 21 a.no-style > div.forecast > div.dates > span |
+0000 a.no-style > div.forecast > div.dates > span |
Apr 22 a.no-style > div.forecast > div.dates > span |
Full Forecast div#conditions-card > div.conditions-card-inner > div.columns > a.button |
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 |
|---|
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
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.