Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction56 headings, 4 skip(s)FIX
- H4 Management and Automation
- H4 Certificates
- H4 Compliance
- H4 Technology Alliances
- H4 Certificate Management and Automation
- H4 Document Signing
- H4 Custom CA/ Private PKI
- H4 Website & Server Security (SSL/TLS)
- H4 Access Control & Authentication
- H4 Client Certificates
- H5 Become a GlobalSign Partner
- H5 Our Partners
- H5 Partner Programs
- H1 200-day Certificates have Arrived
- H4 Why manage them manually when automation is available? skipped
- H1 Secure your website with SSL/TLS Certificates duplicate H1
- H2 CODE SIGNING Certificate
- H2 GlobalSign Cygnature - Bulk Signing Solution
- H2 S-MIME - EMAIL SECURITY SOLUTION
- H2 Custom CA
- H1 Secure your website with SSL/TLS Certificates duplicate H1
- H2 S-MIME - EMAIL SECURITY SOLUTION
- H2 GlobalSign Cygnature - Bulk Signing Solution
- H2 IOT Solutions
- H2 SSL INSPECTION
- H2 GlobalSign: A Pioneer in Digital Trust Since 1996
- H4 Cloud Signatures skipped
- H4 OCSP Requests
- H4 Certificates
- H4 Timestamps
- H3 Atlas
- H3 Certificate Automation Manager
- H3 Managed PKI
- H3 ACME
- H3 PKI for DevSecOps
- H3 Document Signing Solutions
- H3 Secure Email
- H3 IoT
- H3 Certificates
- H2 Join Our Network
- H5 New Revenue Line skipped
- H5 Diversity in ecosystem
- H5 Providing additional opportunities
- H5 Trusted provider and trusted services
- H2 Trusted Around the World
- H2 HotelPlanner.com
- H2 HotelPlanner.com
- H2 What Clients Says About Us
- H4 EXCELLENT BUSINESS SUPPORT SERVICES! skipped
- H5 Vishvendra Singh
- H4 APPRECIATE THE SUPPORT RECEIVED!
- H5 Suraj Lal Gopinadhan
- H2 GlobalSign website in other languages
- H2 Purchase Certificates
- H3 Please confirm the correct Region and Currency for your order.
- H3 Product Title
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
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
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
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
DForm AccessibilityAction7 of 12 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #CybotCookiebotDialogBodyLevelButtonNecessary | checkbox | Necessary | for/id |
| #CybotCookiebotDialogBodyLevelButtonPreferences | checkbox | Preferences | for/id |
| #CybotCookiebotDialogBodyLevelButtonStatistics | checkbox | Statistics | for/id |
| #CybotCookiebotDialogBodyLevelButtonMarketing | checkbox | Marketing | for/id |
| #CybotCookiebotDialogBodyContentCheckboxPersonalInformation | checkbox | Do not sell or share my personal information | for/id |
| query | text | (Search GlobalSign) | placeholder only |
| #CybotCookiebotDialogBodyLevelButtonStatisticsInline | checkbox | (none) | none |
| #CybotCookiebotDialogBodyLevelButtonMarketingInline | checkbox | (none) | none |
| #CybotCookiebotDialogBodyLevelButtonNecessaryInline | checkbox | (none) | none |
| #CybotCookiebotDialogBodyLevelButtonPreferencesInline | checkbox | (none) | none |
| select | select | (none) | none |
| #gs-pricing | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline">; <select>; <select name="gs-pricing" id="gs-pricing">
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="query">
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
FLink & Button QualityAction22 issue(s) across 274 links and 24 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cookiebot.com/en/what-is-beh… | Cookiebot by Usercentrics - op… | new tab | Add '(opens in new tab)' to text |
| https://downloads.globalsign.com/acton/a… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://business.safety.google/privacy/ | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/legal/privacy-p… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/en/privacy | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://www.zoho.com/privacy.html | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://downloads.globalsign.com/acton/a… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/legal/privacy-p… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://business.safety.google/privacy/ | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://privacy.microsoft.com/en-us/priv… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://piwik.pro/privacy-policy/ | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/policy.php/ | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://downloads.globalsign.com/acton/a… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://business.safety.google/privacy/ | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://privacy.microsoft.com/en-US/priv… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://privacy.nrich.ai/privacy-notice | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://piwik.pro/privacy-policy/ | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://support.globalsign.com | support.globalsign.com | new tab | Add '(opens in new tab)' to text |
| https://shop.globalsign.com | shop.globalsign.com | new tab | Add '(opens in new tab)' to text |
| https://globalsign.com | globalsign.com | new tab | Add '(opens in new tab)' to text |
| https://www.cookiebot.com | Cookiebot | new tab | Add '(opens in new tab)' to text |
| https://atlas.globalsign.com | Atlas Login | new tab | Add '(opens in new tab)' to text |
| https://gcc.globalsign.com/au/signon/gac… | GCC Login | new tab | Add '(opens in new tab)' to text |
| /en/enterprise/management-automation/tls… | Discover TLS Connect Premium | img no alt | Add alt attribute to the image |
| /en/blog/ae/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/blog/in/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/enterprise/management-automation/tls… | Discover TLS Connect Premium | img no alt | Add alt attribute to the image |
| /en/blog/ae/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/blog/in/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/enterprise/management-automation/tls… | Discover TLS Connect Premium | img no alt | Add alt attribute to the image |
| /en/blog/ae/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/blog/in/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/enterprise/management-automation/tls… | Discover TLS Connect Premium | img no alt | Add alt attribute to the image |
| /en/blog/ae/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/blog/in/google-90-day-certificate-va… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Google 90 Day Certificate Validity Requires Automation | |||
| /en/partner | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Partner | |||
| https://www.globalsign.com/en/code-signi… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Code Signing Certificate | |||
| https://www.globalsign.com/en/digital-si… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Docusign | |||
| https://www.globalsign.com/en/secure-ema… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Secure Email | |||
| https://www.globalsign.com/en/custom-ca-… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Custom Ca Private Pki | |||
| https://www.globalsign.com/en/secure-ema… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Secure Email | |||
| https://www.globalsign.com/en/digital-si… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Docusign | |||
| https://www.globalsign.com/en/internet-o… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Internet Of Things | |||
| https://www.globalsign.com/en/custom-ca-… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Custom Ca Private Pki | |||
| https://shop.globalsign.com/en | Certificates … | new tab | Add '(opens in new tab)' to text |
| /en-in/lp/what-clients-say | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: What Clients Say | |||
| /en-in/lp/what-clients-say | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: What Clients Say | |||
| https://www.facebook.com/GlobalSignSSL | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/GlobalSignAPAC | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/globalsign/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/globals… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/showcase/global… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/showcase/global… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/globals… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/globalsign | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/globalsignapac | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/GlobalSignV… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCXSgY-l… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://status.globalsign.com/ | Systems Alerts | new tab | Add '(opens in new tab)' to text |
| https://preferences.globalsign.com/Prefe… | Preference Center Login | new tab | Add '(opens in new tab)' to text |
| https://beian.mps.gov.cn/#/query/webSear… | 沪公网安备31010702008301 | new tab | Add '(opens in new tab)' to text |
| https://www.globalsign.com/en/repository… | Ernst and Young CertifyPoint e… | new tab | Add '(opens in new tab)' to text |
| https://jp.globalsign.com/ | 日本語 | new tab | Add '(opens in new tab)' to text |
| https://www.globalsign.cn/ | 中文 | new tab | Add '(opens in new tab)' to text |
| javascript:void(0) | Continue | generic text | Replace with descriptive text |
Before: Continue Suggested: Javascript:Void(0) | |||
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/en/blog/ae/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/blog/in/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/blog/ae/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/blog/in/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/blog/ae/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/blog/in/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/blog/ae/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/blog/in/google-90-day-certificate-validity-requires-automation ("Learn More"); /en/partner ("Learn more"); https://www.globalsign.com/en/code-signing-certificate ("Learn More") (+10 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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/en/enterprise/management-automation/tls-connect?utm_source=TopNav&utm_medium…"]; a[href="/en/enterprise/management-automation/tls-connect?utm_source=TopNav&utm_medium…"]; a[href="/en/enterprise/management-automation/tls-connect?utm_source=TopNav&utm_medium…"]; a[href="/en/enterprise/management-automation/tls-connect?utm_source=TopNav&utm_medium…"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.cookiebot.com/en/what-is-behind-powered-by-cookiebot/?utm_source=…; https://downloads.globalsign.com/acton/attachment/2674/f-0a47/1/-/-/-/-/Globa…; https://business.safety.google/privacy/; https://www.linkedin.com/legal/privacy-policy; https://twitter.com/en/privacy; https://www.zoho.com/privacy.html; https://downloads.globalsign.com/acton/attachment/2674/f-0a47/1/-/-/-/-/Globa…; https://www.linkedin.com/legal/privacy-policy; https://business.safety.google/privacy/; https://privacy.microsoft.com/en-us/privacystatement (+31 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#trigger-search; button.close-modal (#1934 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
DFavicon & BrandingAction5 icon(s) 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
BLandmark Structure8 landmarksREVIEW
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
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
CAlt Text QualityAction24 of 62 images have issuesREVIEW
| Issue | Count |
|---|---|
| filename | 19 image(s) |
| generic | 5 image(s) |
B404 Error PageHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 30 passedREVIEW
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 |
|---|
Continue div.row > div#tpbr_locales > div.select-box > button#submit-gscountry |
GCC Login header#header > div.container-fluid > li > a.gaslogin |
25+ years as a pioneering Certificate and Identity Authority. div.row > div.col-sm-8 > p.custom-p > a |
GlobalSign div.row > div.col-sm-8 > p.custom-p > a |
500B div.container-fluid > div.row > div.col-md-3 > p.h1 |
267M+ div.container-fluid > div.row > div.col-md-3 > p.h1 |
Speak to an Expert main > div.section-sp > div.container > a.btn |
English div.container-fluid > div#footer-language > div.col > a.show-locale-modal |
沪ICP备08025378号 div.col-md > div.foot-license > small.icp-license > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Why manage them manually when automation is available? div.bannerImage > div.container > div > h4.text-light |
Cloud Signatures div.container-fluid > div.row > div.col-md-3 > h4.h4 |
New Revenue Line div.row > div.col-lg-3 > div.card > h5.h5 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GCC Login div.ccm-page > header#header > div.container-fluid > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN / United States
EN / United Kingdom
EN / Europe
EN / Scandinavia
DE / Deutsc… div.row > div#tpbr_locales > div.select-box > select#gscountry-list |
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.
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 200-day Certificates… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Secure your website … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Secure your website … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CODE SIGNING Certifi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 GlobalSign Cygnature… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 S-MIME - EMAIL SECUR… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Custom CA | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 S-MIME - EMAIL SECUR… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 GlobalSign Cygnature… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 IOT Solutions | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 SSL INSPECTION | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 GlobalSign: A Pionee… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join Our Network | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trusted Around the W… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 HotelPlanner.com | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 HotelPlanner.com | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What Clients Says Ab… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 GlobalSign website i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Purchase Certificate… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Atlas | 21.00:1 | 3.0: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.