Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction11 issue(s) across 95 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://blog.calameo.com/en/home/ | Blog Follow the latest news fr… | new tab | Add '(opens in new tab)' to text |
| https://support.calameo.com/hc/ | Help Center Find answers to yo… | new tab | Add '(opens in new tab)' to text |
| https://developer.calameo.com/ | Developers Integrate Calameo i… | new tab | Add '(opens in new tab)' to text |
| /personalization | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Personalization | |||
| /conversion | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Conversion | |||
| /analyse | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Analyse | |||
| http://blog.calameo.com/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://support.calameo.com | Help Center | new tab | Add '(opens in new tab)' to text |
| https://developer.calameo.com | Developers | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@CalameoPublishi… | (empty) | empty | Add link text or aria-label |
| https://facebook.com/calameo | (empty) | empty | Add link text or aria-label |
| https://instagram.com/calameo_publishing | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/calameo | (empty) | empty | Add link text or aria-label |
| https://x.com/calameo | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.youtube.com/@CalameoPublishing; https://facebook.com/calameo; https://instagram.com/calameo_publishing; https://www.linkedin.com/company/calameo; https://x.com/calameo
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
Generic link text like 'click here' doesn't describe the destination.
/personalization ("Learn more"); /conversion ("Learn more"); /analyse ("Learn 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://blog.calameo.com/en/home/; https://support.calameo.com/hc/; https://developer.calameo.com/; http://blog.calameo.com/; https://support.calameo.com; https://developer.calameo.com
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.btn (#58 on page); button.prev-btn (#310 on page); button.next-btn (#312 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy29 headings, 2 skip(s)REVIEW
- H5 Personalization
- H5 Integrations
- H5 Studio
- H5 Conversion
- H5 Multi-Accounts
- H5 Share
- H5 Statistics
- H5 Subscribers
- H5 Accessibility
- H5 Get more, right now!
- H5 Blog
- H5 Guided tour
- H5 Help Center
- H5 Calaméo Mag
- H5 Case studies
- H5 Developers
- H5 From the blog
- H1 Digital publishing your way
- H5 Transform your documents into interactive content instantly and for free! skipped
- H3 Optimize the reading experience
- H3 Maximize your growth potential
- H3 Build a strategy on data
- H3 Explore even more features
- H2 Shared with Calaméo
- H3 Recognized by the most innovative companies
- H3 Digital publishing your way
- H5 Company skipped
- H5 Features
- H5 Resources
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
CAlt Text QualityAction18 of 22 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 18 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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding15 icon(s) detectedREVIEW
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 Digital publishing y… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shared with Calaméo | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Optimize the reading… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Maximize your growth… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Build a strategy on … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Explore even more fe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Recognized by the mo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Digital publishing … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Calaméo - Publishin… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Features | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p Transform your docum… | 12.47:1 | 4.5:1 | #000000 | #A0CDEF | Pass |
| p Connect Calaméo to … | 15.50:1 | 4.5:1 | #000000 | #C6E1F6 | Pass |
| p Make publications th… | 18.29:1 | 4.5:1 | #000000 | #E5F1FA | Pass |
| p Generate valuable le… | 20.42:1 | 4.5:1 | #000000 | #FAFCFE | Pass |
| p Manage multiple acco… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Disseminate your con… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Analyze your audienc… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Share exclusive cont… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Publish accessible c… | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| span All features | 20.62:1 | 4.5:1 | #000000 | #FCFDFE | 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.
CLighthouse Accessibility AuditsActionScore 74/100 — 6 failing, 17 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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header > div.header-container > div.burger > button.btn header > div.header-container > div.burger > button.btn |
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.lSSlideWrapper > ul.list-unstyled > li.clone > img div.lSSlideWrapper > ul.list-unstyled > li.clone > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.lslide > img div.lSSlideWrapper > ul.list-unstyled > li.lslide > img |
div.lSSlideWrapper > ul.list-unstyled > li.clone > img div.lSSlideWrapper > ul.list-unstyled > li.clone > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.headline > article.embed > div > iframe section.headline > article.embed > div > iframe |
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 |
|---|
header > div.header-container > div.tools > a.btn header > div.header-container > div.tools > a.btn |
article > div.foot > div.social-brands > a.btn article > div.foot > div.social-brands > a.btn |
article > div.foot > div.social-brands > a.btn article > div.foot > div.social-brands > a.btn |
article > div.foot > div.social-brands > a.btn article > div.foot > div.social-brands > a.btn |
article > div.foot > div.social-brands > a.btn article > div.foot > div.social-brands > a.btn |
article > div.foot > div.social-brands > a.btn article > div.foot > div.social-brands > a.btn |
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.
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 |
|---|
Transform your documents into interactive content instantly and for free! main > section.headline > article.markup > h5.text-container |
Company article > div.head > div.crosslink > h5 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
1 div.lSSlideOuter > ul.lSPager > li.active > a |
2 div.lSSlideOuter > ul.lSPager > li > a |
3 div.lSSlideOuter > ul.lSPager > li > a |
4 div.lSSlideOuter > ul.lSPager > li > a |
5 div.lSSlideOuter > ul.lSPager > li > a |
6 div.lSSlideOuter > ul.lSPager > li > a |
7 div.lSSlideOuter > ul.lSPager > li > a |
8 div.lSSlideOuter > ul.lSPager > li > a |
9 div.lSSlideOuter > ul.lSPager > li > a |
10 div.lSSlideOuter > ul.lSPager > li > a |
11 div.lSSlideOuter > ul.lSPager > li > a |
12 div.lSSlideOuter > ul.lSPager > li > a |
13 div.lSSlideOuter > ul.lSPager > li > a |
14 div.lSSlideOuter > ul.lSPager > li > a |
Safe mode div.foot > ul.tools > li > a.explicit |
Contact us div.foot > ul.tools > li > a |
Terms of use div.foot > ul.tools > li > a |
Privacy div.foot > ul.tools > li > a |
Copyright notices div.foot > ul.tools > li > a |
Cookie settings div.foot > ul.tools > li > a |
These items highlight common accessibility best practices.
ALandmark Structure4 landmarksPASS
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
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| search | text | (Search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="search">
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