Skip to content

Commit 0483a46

Browse files
ctruedenclaude
andcommitted
Add an accessibility summary page
And link it from the page footer. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ea5519a commit 0483a46

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

_includes/layout/footer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</ul>
88
<ul class="copyright">
99
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
10+
<li><a href="/accessibility">Accessibility</a></li>
1011
</ul>
1112
</section>
1213

_pages/accessibility.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Accessibility
3+
description: Accessibility conformance statement for the ImageJ wiki.
4+
---
5+
6+
## Conformance status
7+
8+
This website (imagej.net) targets **WCAG 2.1 Level AA** conformance.
9+
10+
Since March 2026, automated WCAG 2.1 AA checks run on every commit via
11+
continuous integration, using [pa11y](https://pa11y.org/) with the
12+
[axe](https://github.com/dequelabs/axe-core) engine. The site currently
13+
passes all checks that axe can definitively confirm (i.e. excluding issues
14+
flagged `needsFurtherReview`), except for the `nested-interactive` rule,
15+
which is ignored for the moment due to the design of the site's main menu.
16+
17+
### Known limitations
18+
19+
- The **home page** has background-image sections where color contrast and
20+
link-in-text-block rules are flagged as *needs further review* by axe
21+
(meaning axe cannot definitively determine a pass or fail). These sections
22+
use image backgrounds with overlaid text; the visual contrast is sufficient
23+
in practice but cannot be confirmed automatically.
24+
- **Nested interactive elements** (e.g. links inside `<summary>` elements
25+
generated by third-party themes) are suppressed site-wide, as this pattern
26+
is not feasible to fix without upstream changes.
27+
- Automated tools catch approximately 30–40% of WCAG issues. A full manual
28+
audit and screen-reader review have not yet been completed.
29+
30+
## Scope
31+
32+
This statement covers **imagej.net** (the ImageJ wiki). It does not cover:
33+
34+
- **fiji.sc** — the Fiji project website (maintained separately, with its
35+
own accessibility improvements)
36+
- **The Fiji/ImageJ desktop application** — a Java/Swing GUI application
37+
whose accessibility depends on the platform's native accessibility APIs
38+
and is outside the scope of this website
39+
40+
## Feedback
41+
42+
If you encounter an accessibility barrier on this site, please open an issue
43+
at [github.com/imagej/imagej.github.io](https://github.com/imagej/imagej.github.io/issues)
44+
or post on the [Image.sc Forum](https://forum.image.sc/tag/imagej).
45+
46+
## Technical information
47+
48+
This site is a static website built with [Jekyll](https://jekyllrb.com/) and
49+
hosted on [GitHub Pages](https://pages.github.com/). Accessibility checks use
50+
[pa11y](https://pa11y.org/) with the [axe-core](https://github.com/dequelabs/axe-core)
51+
runner against the WCAG2AA standard.

0 commit comments

Comments
 (0)