|
| 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