Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction3 issue(s) across 162 links and 36 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://support.scribd.com/hc/articles/2… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /docs/Art | View all categories in Art | img no alt | Add alt attribute to the image |
| /docs/Biography-Memoir | View all categories in Biograp… | img no alt | Add alt attribute to the image |
| /docs/Business | View all categories in Busines… | img no alt | Add alt attribute to the image |
| /docs/Career-Growth | View all categories in Career … | img no alt | Add alt attribute to the image |
| /docs/Comics-Graphic-Novels | View all categories in Comics … | img no alt | Add alt attribute to the image |
| /docs/Computers | View all categories in Compute… | img no alt | Add alt attribute to the image |
| /docs/Cooking-Food-Wine | View all categories in Cooking… | img no alt | Add alt attribute to the image |
| /docs/Finance-Money-Management | View all categories in Finance… | img no alt | Add alt attribute to the image |
| /docs/Foreign-Language-Studies | View all categories in Foreign… | img no alt | Add alt attribute to the image |
| /docs/Games-Activities | View all categories in Games &… | img no alt | Add alt attribute to the image |
| /docs/History | View all categories in History | img no alt | Add alt attribute to the image |
| /docs/Home-Garden | View all categories in Home & … | img no alt | Add alt attribute to the image |
| /docs/Language-Arts-Discipline | View all categories in Languag… | img no alt | Add alt attribute to the image |
| /docs/Law | View all categories in Law | img no alt | Add alt attribute to the image |
| /docs/Lifestyle | View all categories in Lifesty… | img no alt | Add alt attribute to the image |
| /docs/Literary-Criticism | View all categories in Literar… | img no alt | Add alt attribute to the image |
| /docs/Philosophy | View all categories in Philoso… | img no alt | Add alt attribute to the image |
| /docs/Politics | View all categories in Politic… | img no alt | Add alt attribute to the image |
| /docs/Religion-Spirituality | View all categories in Religio… | img no alt | Add alt attribute to the image |
| /docs/Science-Mathematics | View all categories in Science… | img no alt | Add alt attribute to the image |
| /docs/Self-Improvement | View all categories in Self-Im… | img no alt | Add alt attribute to the image |
| /docs/Social-Science | View all categories in Social … | img no alt | Add alt attribute to the image |
| /docs/Sports-Recreation | View all categories in Sports … | img no alt | Add alt attribute to the image |
| /docs/Study-Aids-Test-Prep | View all categories in Study A… | img no alt | Add alt attribute to the image |
| /docs/Teaching-Methods-Materials | View all categories in Teachin… | img no alt | Add alt attribute to the image |
| /docs/Technology-Engineering | View all categories in Technol… | img no alt | Add alt attribute to the image |
| /docs/True-Crime | View all categories in True Cr… | img no alt | Add alt attribute to the image |
| /docs/Wellness | View all categories in Wellnes… | img no alt | Add alt attribute to the image |
| https://www.slideshare.net | Slideshare | new tab | Add '(opens in new tab)' to text |
| https://www.slideshare.net/ | Slideshare | new tab | Add '(opens in new tab)' to text |
| https://www.slideshare.net/ | Slideshare | new tab | Add '(opens in new tab)' to text |
| https://support.scribd.com/hc/en-us/arti… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: 210129026 Frequently Asked Questions About Copyrights And The Dmca | |||
| https://support.scribd.com/hc/en-us/arti… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: 210129026 Frequently Asked Questions About Copyrights And The Dmca | |||
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://support.scribd.com/hc/en-us/articles/210129026-Frequently-Asked-Quest… ("Learn more"); https://support.scribd.com/hc/en-us/articles/210129026-Frequently-Asked-Quest… ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/docs/Art"]; a[href="/docs/Biography-Memoir"]; a[href="/docs/Business"]; a[href="/docs/Career-Growth"]; a[href="/docs/Comics-Graphic-Novels"]; a[href="/docs/Computers"]; a[href="/docs/Cooking-Food-Wine"]; a[href="/docs/Finance-Money-Management"]; a[href="/docs/Foreign-Language-Studies"]; a[href="/docs/Games-Activities"] (+18 more)
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://support.scribd.com/hc/articles/210129366-Privacy-policy; https://www.slideshare.net; https://www.slideshare.net/; https://www.slideshare.net/
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.ButtonCore-module_wrapper_MkTb9s (#232 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
F404 Error PageActionHTTP 406, bare pageFIX
FFavicon & BrandingAction1 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 Structure11 landmarksREVIEW
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
A+Heading Hierarchy33 headingsPASS
- H2 Control your privacy preferences
- H2 Academic Documents
- H2 Professional Documents
- H2 Culture Documents
- H2 Hobbies & Crafts Documents
- H2 Personal Growth Documents
- H1 Real knowledge, uploaded by real people.
- H2 Explore, learn, apply.
- H3 Start your free trial today.
- H4 Ad-supported access
- H4 Your free trial
- H4 Also included with trial
- H3 Share the wealth [of knowledge].
- H2 Know on the go.
- H3 FAQ
- H2 What is Scribd?
- H2 Do I need a subscription to access Scribd?
- H2 What are the benefits of paying for a Scribd subscription?
- H2 Can I upload and share documents on Scribd?
- H2 How does Scribd handle copyright infringement?
- H2 How can I report copyright infringement to Scribd?
- H2 How do I cancel my subscription?
- H2 Footer menu
- H2 About
- H2 Support
- H2 Legal
- H2 Social
- H2 Get our free apps
- H2 About
- H2 Legal
- H2 Support
- H2 Social
- H2 Get our free apps
A+Alt Text QualityAll 77 images OKPASS
A+Form AccessibilityAll 6 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #osano-cm-dialog-toggle--category_STORAGE | checkbox | none | |
| #osano-cm-dialog-toggle--category_MARKETING | checkbox | none | |
| #osano-cm-dialog-toggle--category_PERSONALIZATION | checkbox | none | |
| #osano-cm-dialog-toggle--category_ANALYTICS | checkbox | none | |
| #header_search_input | search | Search | none |
| #header_search_input | search | Search | none |
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 Real knowledge, uplo… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Control your privacy… | 4.52:1 | 3.0:1 | #000000 | #07864B | Pass |
| h2 Academic Documents | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Professional Documen… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Culture Documents | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Hobbies & Crafts Doc… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Personal Growth Docu… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Explore, learn, appl… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Know on the go. | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 What is Scribd? | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Do I need a subscrip… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 What are the benefit… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Can I upload and sha… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 How does Scribd hand… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 How can I report cop… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 How do I cancel my s… | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Footer menu | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 About | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Support | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | Pass |
| h2 Legal | 16.59:1 | 3.0:1 | #000000 | #E2E7D2 | 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+Lighthouse Accessibility AuditsScore 97/100 — 2 failing, 29 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.
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 |
|---|
Scribd - Download on the App Store div.GridColumn-module_wrapper__soqyu > ul.mobile_icons > li.wrapper__store_button > a.app_link |
Scribd - Get it on Google Play div.GridColumn-module_wrapper__soqyu > ul.mobile_icons > li.wrapper__store_button > a.app_link |
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 |
|---|
Art
6 categories
View all div.Carousel-module_outerWrapper_7O67rx > ul.Carousel-module_scrollingWrapper_jUWcdf > li._1Lr0wE > a._3QNb9o |
Biography & Memoir
4 categories
View all div.Carousel-module_outerWrapper_7O67rx > ul.Carousel-module_scrollingWrapper_jUWcdf > li._1Lr0wE > a._3QNb9o |
Instagram
Instagram div > ul.Footer-module_columnList__fqabA > li > a.TextButton-module_wrapper__ZwW-w |
Facebook
Facebook div > ul.Footer-module_columnList__fqabA > li > a.TextButton-module_wrapper__ZwW-w |
Pinterest
Pinterest div > ul.Footer-module_columnList__fqabA > li > a.TextButton-module_wrapper__ZwW-w |