Skip to content
https://microfocus.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
60
GRADE
D
FIX
5
REVIEW
4
PASS
4
INFO
0
Checks
13
4 PASS 4 REVIEW 5 FIX
F
Favicon & Branding
Action
2 icon(s) detected
FIX
2 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
4 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 4 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Landmark Structure
Action
7 landmarks
REVIEW
7 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
4 <nav> landmark(s) found
Info::
All <nav> elements are properly labeled
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV "Main Menu" MAIN (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

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

B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title 404 | OpenText Custom Styling Navigation Homepage Link Search Form
B
Lighthouse Accessibility Audits
Score 85/100 — 4 failing, 22 passed
REVIEW
85

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.ot-sitenav-new__inner > nav.sitenav-right > div.sitenav-login-dropdown > button#sitenav-login-button div.ot-sitenav-new__inner > nav.sitenav-right > div.sitenav-login-dropdown > button#sitenav-login-button

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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
OpenText Analytics Cloud div.row > div.col-md-10 > p > a
OpenText DevOps Cloud div.row > div.col-md-10 > p > a
OpenText Cybersecurity Cloud div.row > div.col-md-10 > p > a
OpenText Observability and Service Management Cloud div.row > div.col-md-10 > p > a
Portfolio div.row > div.col-md-10 > p > a
Products A-Z listing div.row > div.col-md-10 > p > a
Product Name Changes. div.row > div.col-md-10 > p > a

These are opportunities to improve the legibility of your content.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Image elements have `[alt]` attributes
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Heading Hierarchy
216 headings
PASS
216 headings
Info::
Single H1 present
  • H2 Why OpenText
  • H3 Why OpenText
  • H4 Overview Why OpenText
  • H5 Manage and connect data
  • H5 AI-ready information
  • H5 Built-in security and compliance
  • H3 Empowering people
  • H4 Overview Empowering people
  • H5 Customers
  • H5 Employees
  • H5 Corporate Responsibility
  • H5 Partners
  • H3 Deploy anywhere
  • H4 Overview Deployment options
  • H5 Sovereign cloud
  • H5 Private cloud
  • H5 On-premises
  • H5 Public cloud
  • H3 AI leadership
  • H4 Overview Aviator AI
  • H5 OpenText™ Aviator™ AI
  • H5 OpenText™ MyAviator
  • H5 OpenText™ Business Network Aviator™
  • H5 OpenText™ Content Aviator™
  • H5 OpenText™ Cybersecurity Aviator™
  • H5 OpenText™ DevOps Aviator™
  • H5 OpenText™ Experience Aviator™
  • H5 OpenText™ Fax Aviator™
  • H5 OpenText™ Service Management Aviator™
  • H2 Products
  • H3 Aviator AI
  • H4 Overview Aviator AI
  • H5 OpenText™ Aviator™ AI
  • H5 OpenText™ MyAviator
  • H5 OpenText™ Business Network Aviator™
  • H5 OpenText™ Content Aviator™
  • H5 OpenText™ Cybersecurity Aviator™
  • H5 OpenText™ DevOps Aviator™
  • H5 OpenText™ Experience Aviator™
  • H5 OpenText™ Fax Aviator™
  • H5 OpenText™ Service Management Aviator™
  • H3 Analytics
  • H4 Overview Analytics
  • H5 Data Lakehouse & Analytics
  • H5 BI, Visualization and Reporting
  • H3 Business Network
  • H4 Overview Business Network
  • H5 Supply Chain Orchestration
  • H5 B2B Integration
  • H5 Secure Collaboration
  • H5 Supply Chain Traceability
  • H5 Supply Chain Insights
  • H5 Industry Applications and Services
  • H5 OpenText™ Business Network Aviator™(AI)
  • H3 Content
  • H4 Overview Content
  • H5 Document Management
  • H5 AI Content Management
  • H5 Capture and Intelligent Document Processing
  • H5 Process Automation
  • H5 Business Integrations
  • H5 Information Archiving
  • H5 Industry Solutions
  • H5 Information Governance
  • H5 OpenText™ Content Aviator™(AI)
  • H3 Cybersecurity
  • H4 Overview Cybersecurity
  • H5 Application Security Testing
  • H5 Data Security
  • H5 Security Operations
  • H5 Identity and Access Management
  • H5 Digital Forensics and Incident Response
  • H5 OpenText Cybersecurity for SMBs & MSPs
  • H5 OpenText™ Cybersecurity Aviator™(AI)
  • H3 DevOps
  • H4 Overview DevOps
  • H5 DevOps Platform
  • H5 Functional Testing
  • H5 PPM and Strategic Portfolio Management
  • H5 Quality Management
  • H5 Performance Engineering
  • H5 OpenText™ DevOps Aviator™(AI)
  • H3 Experience and Fax
  • H4 Overview Experience and Fax
  • H5 Web and Mobile Experiences
  • H5 Messaging and Fax
  • H5 Customer Communications
  • H5 Digital Asset Management
  • H5 Customer Journey and Data
  • H5 OpenText™ Experience Aviator™(AI)
  • H5 OpenText™ Fax Aviator™(AI)
  • H3 Legal Tech
  • H4 Overview Legal Tech
  • H5 OpenText™ eDiscovery
  • H5 OpenText™ Investigation
  • H5 OpenText™ Core Insight
  • H5 OpenText™ Core Legal Hold
  • H5 OpenText™ Legal Knowledge Management
  • H3 Observability and Service Management
  • H4 Overview Observability and Service Management
  • H5 Service Management
  • H5 Observability
  • H5 AIOps
  • H5 Automation and Vulnerability Remediation
  • H5 CMDB and Asset Management
  • H5 OpenText™ Service Management Aviator™(AI)
  • H3 APIs
  • H4 Overview APIs
  • H5 OpenText™ API bundle
  • H5 OpenText™ API Technical Documentation
  • H5 OpenText™ API Services
  • H3 Device and Data Protection
  • H4 Overview Device and Data Protection
  • H5 Enterprise Data Backup and Disaster Recovery Solutions
  • H5 Hybrid Work, Email, and Team Collaboration
  • H5 Unified Endpoint Management Tools
  • H5 Email Archiving, E-Discovery, Data Archiving Compliance
  • H5 Connectivity and Document Management
  • H2 Solutions
  • H3 Trusted Data & AI
  • H4 Overview Trusted Data & AI
  • H5 OpenText AI Data Platform
  • H5 OpenText™ Aviator™ Studio
  • H5 OpenText Discovery
  • H5 OpenText Data Compliance
  • H5 OpenText Aviator AI Services
  • H3 Information Reimagined
  • H4 Overview Information Reimagined
  • H5 Knowledge reimagined
  • H5 Service Management reimagined
  • H5 Connections reimagined
  • H5 Conversations reimagined
  • H5 Engineering reimagined
  • H5 Security reimagined
  • H5 Decisions reimagined
  • H3 Artificial Intelligence
  • H4 Overview Aviator AI
  • H5 OpenText™ Aviator™ AI
  • H5 OpenText™ MyAviator
  • H5 OpenText™ Business Network Aviator™
  • H5 OpenText™ Content Aviator™
  • H5 OpenText™ Cybersecurity Aviator™
  • H5 OpenText™ DevOps Aviator™
  • H5 OpenText™ Experience Aviator™
  • H5 OpenText™ Fax Aviator™
  • H5 OpenText™ Service Management Aviator™
  • H3 Industry
  • H4 Overview Industry solutions
  • H5 Energy and resources
  • H5 Financial services
  • H5 Government
  • H5 Healthcare and life sciences
  • H5 Legal
  • H5 Manufacturing
  • H5 Retail and consumer goods
  • H3 Enterprise Application
  • H4 Overview Solutions for Enterprise Applications
  • H2 Services
  • H3 Services
  • H4 Overview Services
  • H5 Professional Services
  • H5 Customer Success Services
  • H5 Support Services
  • H5 Managed Services
  • H5 Learning Services
  • H3 Professional Services
  • H4 Overview Professional Services
  • H3 Customer Success Services
  • H4 Overview Customer Success Services
  • H3 Support Services
  • H4 Overview Support Services
  • H3 Managed Services
  • H4 Overview Managed Services
  • H3 Learning Services
  • H4 Overview Learning Services
  • H2 Partners
  • H3 Find a Partner
  • H4 Overview Find a partner
  • H4 Featured Partners
  • H3 Cloud Partners
  • H4 Overview Cloud Partners
  • H3 Enterprise Application Partners
  • H4 Overview Enterprise Application Partners
  • H3 Partner Solutions
  • H4 Overview Partner Solutions
  • H3 Resources for Partners
  • H4 Overview Resources for Partners
  • H4 Support
  • H4 Overview Customer Support
  • H5 OpenText Support
  • H5 Advanced Customer Support
  • H5 Communities
  • H4 Resources
  • H4 Overview Resources
  • H5 Customer stories
  • H5 Resource library
  • H5 Events
  • H5 Blogs
  • H5 Communities
  • H5 OpenText Navigator
  • H5 Marketplace
  • H1 Micro Focus
  • H2 OpenText Partner Program for Micro Focus products
  • H2 OpenText Support for Micro Focus products
  • H3 Micro Focus acquisitions
  • H2 OpenText footer
  • H3 Resources forResources for
  • H3 Corporate overviewCorporate overview
  • H3 What is...What is...
  • H3 News & EventsNews & Events
  • H3 Quick linksQuick links
  • H3 Contact usContact us
  • H4 Choose your region:
  • H3 Americas
  • H3 Europe, Middle East and Africa
  • H3 Asia–Pacific
A+
Alt Text Quality
All 15 images OK
PASS
All 15 images OK
Info::
15 image(s) with good alt text
15 images 15 good alt text
All images have appropriate alt text.
A+
Form Accessibility
All 2 controls labeled
PASS
All 2 controls labeled
Info::
2 control(s) properly labeled
2 controls
2 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#sitenav-search-productssearchFind an OpenText productfor/id
#sitenav-search-mobileproductssearchFind an OpenText productfor/id
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Micro Focus5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Why OpenText4.96:13.0:1
#000000
#7B7B7B
Pass
h2 Products5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Solutions5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Services5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Partners5.24:13.0:1
#000000
#7F7F7F
Pass
h2 OpenText Partner Pro…5.24:13.0:1
#000000
#7F7F7F
Pass
h2 OpenText Support for…5.24:13.0:1
#000000
#7F7F7F
Pass
h2 OpenText footer5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Why OpenText5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Empowering people5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Deploy anywhere5.24:13.0:1
#000000
#7F7F7F
Pass
h3 AI leadership5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Aviator AI5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Analytics5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Business Network5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Content5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Cybersecurity5.24:13.0:1
#000000
#7F7F7F
Pass
h3 DevOps5.24:13.0:1
#000000
#7F7F7F
Pass
h3 Experience and Fax5.24:13.0:1
#000000
#7F7F7F
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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback