Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, 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
BHeading Hierarchy9 headings, 1 skip(s)REVIEW
- H1 (empty)
- H1 What is Dreamwidth Studios? duplicate H1
- H2 Join Dreamwidth
- H2 About
- H2 Community
- H2 Support
- H5 Back skipped
- H5 Back
- H5 Back
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CForm AccessibilityAction4 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #login_user | text | Account name: | for/id |
| #login_password | password | Password: | for/id |
| #login_remember_me | checkbox | Remember me | for/id |
| #login_submit | submit | (none) | none |
| #search | search | (none) | none |
| type | select | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="login_submit">; <input type="search" name="q" id="search">; <select name="type">; <input type="submit">
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 What is Dreamwidth S… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Join Dreamwidth | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 About | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 Community | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 Support | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| title Dreamwidth Studios | 2.84:1 | 4.5:1 | #000000 | #A42226 | Fail |
| a Skip to Main Content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Dreamwidth Studios i… | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| p Creating a basic Dre… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a extra features | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p , for a small paymen… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Create Paid Account | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Create Free Account | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a About Dreamwidth | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| dd Learn more about the… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Guiding Principles | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| dd Our values and commi… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Site News | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| dd Read the latest Drea… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Latest Things | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | 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.
BLighthouse Accessibility AuditsScore 85/100 — 5 failing, 26 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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to Main Content body.tropo > div#canvas > div#skip > a |
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 |
|---|
Back li#create_topnav > ul#create_subnav > li.title > 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 |
|---|
Interest
Region
Site and Account
FAQ
Email
nav.top-bar > section.top-bar-section > ul.right > li.has-form |
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 |
|---|
Interest
Region
Site and Account
FAQ
Email ul.right > li.has-form > form > select |
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 |
|---|
Help/Support footer > ul > li > a |
These items highlight common accessibility best practices.