Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #optsize | select | (none) | none |
| #expire | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="optsize" id="optsize">; <select name="expire" id="expire">
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
BLink & Button Quality2 issue(s) across 95 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://postimages.org/ | (empty) | empty | Add link 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://postimages.org/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.navbar-toggler (#119 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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CLighthouse Accessibility AuditsActionScore 71/100 — 6 failing, 14 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
post a.navbar-brand > svg > g > path |
images a.navbar-brand > svg > g > path |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 > nav.navbar > div.container-fluid > button.navbar-toggler header > nav.navbar > div.container-fluid > button.navbar-toggler |
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 |
|---|
Do not resize my image
64x64 — Avatar / Icon
150x150 — Small preview
320x240 — … form#ddupload > div.row > div.col-12 > select#optsize |
No expiration
Remove after 1 hour
Remove after 3 hours
Remove after 6 hours
Rem… form#ddupload > div.row > div.col-12 > select#expire |
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 |
|---|
post header > nav.navbar > div.container-fluid > a.navbar-brand |
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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Choose images form#ddupload > div.row > div.col-12 > button#ddinput |
Terms of Use div.container > div.row > div.col-12 > a |
Free Account div.col-12 > div.card > div.card-header > h3.my-0 |
Premium Account div.col-12 > div.card > div.card-header > h3.my-0 |
Get started div.pt-5 > div.row > div.col-12 > a.btn |
3-Year Plan div.col-12 > div.card > div.card-header > h3.my-0 |
Save 76% div.col-12 > div.card > div.card-body > p.card-text |
1-Year Plan div.col-12 > div.card > div.card-header > h3.my-0 |
Save 53% div.col-12 > div.card > div.card-body > p.card-text |
1-Month Plan div.col-12 > div.card > div.card-header > h3.my-0 |
Upload via URL div.col-12 > ul.nav > li.nav-item > a.nav-link |
Website plugins div.col-12 > ul.nav > li.nav-item > a.nav-link |
Windows App div.col-12 > ul.nav > li.nav-item > a.nav-link |
About div.col-12 > ul.nav > li.nav-item > a.nav-link |
Terms of Use div.col-12 > ul.nav > li.nav-item > a.nav-link |
Privacy Policy div.col-12 > ul.nav > li.nav-item > a.nav-link |
FAQ div.col-12 > ul.nav > li.nav-item > a.nav-link |
Contact Us div.col-12 > ul.nav > li.nav-item > a.nav-link |
Dark mode footer.bg-body-tertiary > div.container > div.text-center > button.btn |
Languages div.container > div.text-center > div.btn-group > button.btn |
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 |
|---|
Our Pricing Plans main > div.container > div.pt-5 > h3 |
These are opportunities to improve keyboard navigation in your application.
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
AHeading Hierarchy8 headings, 1 skip(s)PASS
- H1 Post your images here
- H3 Our Pricing Plans skipped
- H3 Free Account
- H3 Premium Account
- H3 Save big with our annual plans
- H3 3-Year Plan
- H3 1-Year Plan
- H3 1-Month Plan
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
A+Alt Text QualityNo imagesPASS
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 Post your images her… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Our Pricing Plans | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Free Account | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Premium Account | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Save big with our an… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 3-Year Plan | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 1-Year Plan | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 1-Month Plan | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Postimages — free … | 19.92:1 | 4.5:1 | #000000 | #F8F9FA | Pass |
| a Upload | 19.92:1 | 4.5:1 | #000000 | #F8F9FA | Pass |
| a Upload via URL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Website plugins | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Windows App | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Log in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign up | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Get permanent links … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Do not resize my ima… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option 64x64 — Avatar / I… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option 150x150 — Small pr… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option 320x240 — Web or e… | 21.00:1 | 4.5: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.