Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #solutions-toggle | checkbox | Solutions | for/id |
| #products-toggle | checkbox | Products | for/id |
| #support-toggle | checkbox | Support | for/id |
| #services-toggle | checkbox | Services | for/id |
| #resources-toggle | checkbox | Resources | for/id |
| keys | text | (Search...) | placeholder only |
| #menu-toggle | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="menu-toggle">
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="text" name="keys">
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
CLink & Button QualityAction2 issue(s) across 150 links and 28 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.perforce.com | Perforce Software (opens in a … | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/partner-ecosyst… | Partners | new tab | Add '(opens in new tab)' to text |
| https://portal.perforce.com/s/topic/0TO5… | Customer Portal | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/company/managem… | Leadership | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/company/our-cul… | Culture | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/careers | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/ai-powered-devo… | AI Approach | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/open-source-app… | Open Source Policy | new tab | Add '(opens in new tab)' to text |
| https://trust.perforce.com/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/press | Press | new tab | Add '(opens in new tab)' to text |
| / | Zend | new tab | Add '(opens in new tab)' to text |
| https://portal.perforce.com/s/topic/0TO5… | Request Support | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/partner-ecosyst… | Partners | new tab | Add '(opens in new tab)' to text |
| https://portal.perforce.com/s/topic/0TO5… | Customer Portal | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/company/managem… | Leadership | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/company/our-cul… | Culture | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/careers | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/ai-powered-devo… | AI Approach | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/open-source-app… | Open Source Policy | new tab | Add '(opens in new tab)' to text |
| https://trust.perforce.com/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/press | Press | new tab | Add '(opens in new tab)' to text |
| https://portal.perforce.com/s/topic/0TO5… | Request Support | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://portal.perforce.com/s/topic/0TO5… | Request Support | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/website-terms-u… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.perforce.com/legal | Legal | new tab | Add '(opens in new tab)' to text |
| https://trust.perforce.com/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://preferences.perforce.com/form/op… | Do Not Sell or Share My Person… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#main-content
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.perforce.com; https://www.perforce.com/partner-ecosystem; https://portal.perforce.com/s/topic/0TO5Y00000ByxvrWAB/zend; https://www.perforce.com/company/management-team; https://www.perforce.com/company/our-culture; https://www.perforce.com/careers; https://www.perforce.com/ai-powered-devops; https://www.perforce.com/open-source-approach; https://trust.perforce.com/; https://www.perforce.com/press (+18 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.mx-1 (#541 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction10 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 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 Made Possible | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Secondary Navigation | 2.75:1 | 3.0:1 | #000000 | #4C00FF | Fail |
| h2 Sitewide Search | 4.31:1 | 3.0:1 | #000000 | #7F52EB | Pass |
| h2 Mega Menu | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Enterprise-Grade PHP… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Meet the Zend Enterp… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 See Why Zend Is the … | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Secure, Scale, and O… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Footer | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Keep Critical PHP Ap… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Instant Application … | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 On-Demand PHP Expert… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 mittwald Managed Hos… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| title Enterprise PHP Devel… | 2.75:1 | 4.5:1 | #000000 | #4C00FF | Fail |
| a Skip to main content | 2.75:1 | 4.5:1 | #000000 | #4C00FF | Fail |
| button ✖ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Partners | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Downloads | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Downloads | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Plugins | 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.
ALandmark Structure7 landmarksPASS
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
AHeading Hierarchy16 headings, 1 skip(s)PASS
- H2 Secondary Navigation
- H2 Sitewide Search
- H2 Mega Menu
- H5 Featured Product skipped
- H5 ZendPHP
- H5 2026 PHP Landscape Report
- H1 Mission-Critical PHP Made Possible
- H2 Enterprise-Grade PHP Platform Development and Services
- H3 Keep Critical PHP Apps Secure and Supported
- H3 Instant Application Insight and Orchestration
- H3 On-Demand PHP Expertise
- H2 Meet the Zend Enterprise Web Platform
- H2 See Why Zend Is the Top Choice for PHP
- H3 mittwald Managed Hosting Customers Stay Secure With PHP LTS From Zend
- H2 Secure, Scale, and Optimize Mission-Critical PHP Technologies
- H2 Footer
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+Alt Text Quality1 of 13 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
| too long | 1 image(s) |
ALighthouse Accessibility AuditsScore 93/100 — 3 failing, 26 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.
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 |
|---|
go to promotion div#trd_cta_f417b1fb-88e1-4902-9ed0-5e660bc74e81 > div.component-content > div.container-elements > a.trd-link |
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 |
|---|
Go to slide 1 div.flex > div.flex > div.flex > button.mx-1 |
Go to slide 2 div.flex > div.flex > div.flex > button.mx-1 |
Go to slide 3 div.flex > div.flex > div.flex > button.mx-1 |
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 |
|---|
Read our cookie policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |