Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingActionNo icons 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 QualityAction5 of 7 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 4 image(s) |
| filename | 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
6 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 Welcome to the | 19.20:1 | 3.0:1 | #000000 | #F3F5F6 | Pass |
| h2 IETF 125 in review | 19.20:1 | 3.0:1 | #000000 | #F3F5F6 | Pass |
| h2 Upcoming events | 19.20:1 | 3.0:1 | #000000 | #F3F5F6 | Pass |
| h2 What's new? | 19.20:1 | 3.0:1 | #000000 | #F3F5F6 | Pass |
| h2 Search the IETF emai… | 19.20:1 | 3.0:1 | #000000 | #F3F5F6 | Pass |
| h2 Search IETF Datatrac… | 19.20:1 | 3.0:1 | #000000 | #F3F5F6 | Pass |
| h2 Next IETF Meeting | 19.20:1 | 3.0:1 | #000000 | #F3F5F6 | Pass |
| title IETF | Internet Eng… | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| a Skip to main content | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| button Search | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| button About | 2.13:1 | 4.5:1 | #000000 | #2A484C | Fail |
| a About | 2.13:1 | 4.5:1 | #000000 | #2A484C | Fail |
| a Introduction to the … | 1.70:1 | 4.5:1 | #000000 | #24392E | Fail |
| a Introduction to the … | 2.91:1 | 4.5:1 | #000000 | #4F5959 | Fail |
| a Participants | 3.65:1 | 4.5:1 | #000000 | #536977 | Fail |
| a Mission | 3.31:1 | 4.5:1 | #000000 | #406478 | Fail |
| a Principles | 2.95:1 | 4.5:1 | #000000 | #245E79 | Fail |
| a The work | 4.17:1 | 4.5:1 | #000000 | #6C6F76 | Fail |
| a Internet Engineering… | 2.93:1 | 4.5:1 | #000000 | #445A6D | Fail |
| a Internet Architectur… | 3.99:1 | 4.5:1 | #000000 | #696C73 | Fail |
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 Structure4 landmarksPASS
AHeading Hierarchy39 headings, 1 skip(s)PASS
- H5 About
- H6 Introduction to the IETF
- H6 Structure of the IETF
- H6 Legal requests
- H6 Administration
- H5 Technologies
- H6 IETF technologies in action
- H6 IETF technology groups
- H6 Recent posts about IETF technologies
- H5 Meetings
- H6 Participation information
- H6 Organizing meetings
- H5 Process
- H6 RFCs
- H6 Standards process details
- H5 Participate
- H6 Tools and services
- H6 Participation guides
- H6 Key policies
- H5 Support us
- H6 Ways to give
- H6 Supporting values
- H1 Welcome to the IETF
- H2 IETF 125 in review
- H2 Upcoming events
- H3 IETF 126 Vienna
- H3 IETF 127 San Francisco
- H2 What's new?
- H3 IETF Secretariat continues under new approach
- H3 Suggested IETF 125 Sessions for Getting Familiar with New Topics
- H2 Search the IETF email archive
- H2 Search IETF Datatracker
- H2 Next IETF Meeting
- H4 About skipped
- H4 Technologies
- H4 Meetings
- H4 Process
- H4 Participate
- H4 Support 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
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search | search | Search | aria-label |
| #search-email-box | search | Search the email archive | aria-label |
| #search-datatracker-box | search | Search IETF Datatracker | aria-label |
A+Link & Button Quality167 links, 11 buttons — all OKPASS
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 27 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.
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 |
|---|
Go div.row > div.col-lg-7 > form.input-group > button.btn |
Go div.row > div.col-lg-5 > form.input-group > button.btn |