Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction13 issue(s) across 121 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://sensiolabs.com/?utm_source=symfo… | .logo-sensiolabs path.sensio-w… | new tab | Add '(opens in new tab)' to text |
| /doc/current/page_creation.html | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Page Creation.Html | |||
| /doc/current/console.html | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Console.Html | |||
| /packages | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Packages | |||
| https://ux.symfony.com/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Home page | |||
| https://gitstar-ranking.com/symfony | GitHub stars | new tab | Add '(opens in new tab)' to text |
| https://github.com/symfony/demo | Start demo | new tab | Add '(opens in new tab)' to text |
| https://symfonycasts.com/ | Watch SymfonyCasts | new tab | Add '(opens in new tab)' to text |
| https://sensiolabs.com/training?utm_sour… | Symfony Training | new tab | Add '(opens in new tab)' to text |
| /doc/current/contributing/community/rele… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Releases.Html | |||
| /doc/current/contributing/code/security.… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Security.Html | |||
| /releases | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Releases | |||
| /doc/current/contributing/code/license.h… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: License.Html | |||
| https://sensiolabs.com/services/version-… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Version Upgrade?Utm Source=Symfony&Utm Medium=Homepage Banner&Utm Campaign=Permanent Referral | |||
| https://symfony.com/cloud/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cloud | |||
| https://insight.symfony.com | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Insight.Symfony.Com | |||
| https://sensiolabs.com/services?utm_sour… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Services?Utm Source=Symfony&Utm Medium=Homepage Banner&Utm Campaign=Permanent Referral | |||
| https://certification.symfony.com | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Certification.Symfony.Com | |||
| https://live.symfony.com/2026-berlin/ | SymfonyLive Berlin 2026 | new tab | Add '(opens in new tab)' to text |
| https://live.symfony.com/2026-montreal/ | SymfonyDay Montreal 2026 | new tab | Add '(opens in new tab)' to text |
| https://live.symfony.com/2026-online-jun… | SymfonyOnline June 2026 | new tab | Add '(opens in new tab)' to text |
| https://live.symfony.com/2026-warsaw-con… | SymfonyCon Warsaw 2026 | new tab | Add '(opens in new tab)' to text |
| https://live.symfony.com/2027-paris/ | SymfonyLive Paris 2027 | new tab | Add '(opens in new tab)' to text |
| /events/ | View more events and meetups | new tab | Add '(opens in new tab)' to text |
| https://github.com/symfony | Symfony on GitHub | new tab | Add '(opens in new tab)' to text |
| /slack | Symfony on Slack | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/symfony | Symfony on Twitter | new tab | Add '(opens in new tab)' to text |
| https://mastodon.social/@symfony | Symfony on Mastodon | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/symfony… | Symfony on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/SymfonyFramewor… | Symfony on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/symfonytv | Symfony on YouTube | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/symfony.com | Symfony on BlueSky | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/@symfony | Symfony on Threads | new tab | Add '(opens in new tab)' to text |
| https://symfonycasts.com/ | Symfony Screencasts | new tab | Add '(opens in new tab)' to text |
| https://feeds.feedburner.com/symfony/blo… | Symfony Blog RSS | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/doc/current/page_creation.html ("Learn more"); /doc/current/console.html ("Learn more"); /packages ("Learn more"); https://ux.symfony.com/ ("Learn more"); /doc/current/contributing/community/releases.html ("Learn more"); /doc/current/contributing/code/security.html ("Learn more"); /releases ("Learn more"); /doc/current/contributing/code/license.html ("Learn more"); https://sensiolabs.com/services/version-upgrade?utm_source=symfony&utm_medium… ("Learn more"); https://symfony.com/cloud/ ("Learn more") (+3 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://sensiolabs.com/?utm_source=symfony&utm_medium=symfony_sponsoredby&utm…; https://gitstar-ranking.com/symfony; https://github.com/symfony/demo; https://symfonycasts.com/; https://sensiolabs.com/training?utm_source=symfony&utm_medium=homepage_banner…; https://live.symfony.com/2026-berlin/; https://live.symfony.com/2026-montreal/; https://live.symfony.com/2026-online-june/; https://live.symfony.com/2026-warsaw-con/; https://live.symfony.com/2027-paris/ (+12 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
B404 Error PageHTTP 404, custom pageREVIEW
BWeb ManifestValid manifestREVIEW
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 Build with confidenc… | 19.08:1 | 3.0:1 | #000000 | #F3F4F6 | Pass |
| h2 What you can do with… | 19.08:1 | 3.0:1 | #000000 | #F3F4F6 | Pass |
| h2 Get started with Sym… | 19.08:1 | 3.0:1 | #000000 | #F3F4F6 | Pass |
| h2 A strategic choice f… | 19.08:1 | 3.0:1 | #000000 | #F3F4F6 | Pass |
| h2 Empower your project… | 19.08:1 | 3.0:1 | #000000 | #F3F4F6 | Pass |
| h2 Join the community | 19.08:1 | 3.0:1 | #000000 | #F3F4F6 | Pass |
| h2 Symfony footer | 19.08:1 | 3.0:1 | #000000 | #F3F4F6 | Pass |
| title Symfony, High Perfor… | 1.57:1 | 4.5:1 | #000000 | #2F2F2F | Fail |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Close | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span About | 3.13:1 | 4.5:1 | #000000 | #1D4ED8 | Fail |
| a What is Symfony? | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a Community | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a News | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a Contributing | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a Support | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| span Documentation | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a Symfony Docs | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a Symfony Book | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a Screencasts | 18.91:1 | 4.5:1 | #000000 | #F2F3F5 | 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 Structure5 landmarksPASS
A+Heading Hierarchy8 headingsPASS
- H1 Build with confidence at any scale
- H2 What you can do with Symfony
- H2 Get started with Symfony
- H2 A strategic choice for long-term success
- H2 Empower your projects with Symfony solutions
- H2 Join the community
- H2 Symfony footer
- H3 Follow Symfony
AAlt Text Quality1 of 1 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 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
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #color-scheme-switcher | select | Site appearance: | for/id |
| q | search | Search in Symfony documentation | aria-label |
AFavicon & Branding6 icon(s) detectedPASS
A+Dark Mode SupportFull dark mode supportPASS
Detection limited to meta tags and inline styles.
ALighthouse Accessibility AuditsScore 90/100 — 4 failing, 30 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.
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 |
|---|
SymfonyLive Berlin 2026 div.top-horizontal-highlights > div.ui-page-container > div.top-horizontal-highlight > a.top-horizontal-highlight-title |
main div.ap-player > pre.ap-terminal > span.ap-line > span.fg-3 |
production div.ap-player > pre.ap-terminal > span.ap-line > span.fg-3 |
Symfony is a powerful PHP framework that empowers developers to build scalable,… section.section-what > div.ui-page-container > div.ui-heading > p.ui-heading-subtitle |
Symfony packages are battle-tested and ready to solve all your needs article.content > section.section-metrics > div.ui-page-container > p.section-metrics-heading |
Everything you need to get up to speed quickly! section.section-start > div.ui-page-container > div.ui-heading > p.ui-heading-subtitle |
Predictable, secure, and built to last — Symfony meets the demands of all compa… div.d-xl-flex > div.col-xl-6 > div.ui-heading > p.ui-heading-subtitle |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All rights reserved div.ui-page-container > div.footer-bottom > p.mb-3 > a |
These are opportunities to improve the legibility of your content.
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.ui-page-container > div.footer-bottom > div.symfony-20-highlight > img.me-2 div.ui-page-container > div.footer-bottom > div.symfony-20-highlight > img.me-2 |
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.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Apr 23–24, 2026 SymfonyLive Berlin 2026 In English
Jun 4, 2026 SymfonyDay Montr… div.d-lg-flex > div.col-lg-12 > div.community-item > table |