Our Commitment
ToolNook is committed to ensuring digital accessibility for people with disabilities. We believe that the web should be usable by everyone, regardless of ability or the technology they use to access it. We are actively working to increase the accessibility and usability of our website in conformance with applicable standards.
This statement applies to the website toolnook.net and all tools hosted on it.
Measures We've Taken
We have implemented the following features to support accessibility:
- Skip navigation link — A "Skip to main content" link is available at the top of every page for keyboard users.
- Keyboard navigation — All interactive elements (links, buttons, inputs, tabs) are fully operable via keyboard without requiring a mouse.
- Visible focus indicators — A clear 3px focus ring is shown on all keyboard-focused elements, meeting WCAG 2.4.7.
- ARIA landmarks — Pages use semantic HTML5 landmarks (
<header>, <main>, <nav>, <aside>, <footer>) so screen reader users can navigate efficiently.
- Screen reader support — Decorative icons are hidden from assistive technology with
aria-hidden="true". Form labels are programmatically associated with their inputs.
- Live region announcements — Dynamic status messages (copy confirmations, errors) are announced via
aria-live="polite" so screen reader users are notified of changes.
- Color contrast — All text meets the WCAG 1.4.3 minimum contrast ratio of 4.5:1 against its background.
- Responsive design — All tools work on mobile devices and support pinch-to-zoom. The viewport meta tag does not restrict user scaling.
- Reduced motion — All animations and transitions are suppressed for users who have enabled the "prefer reduced motion" OS setting (WCAG 2.3.3).
- Language declaration —
lang="en" is set on every page so assistive technologies use the correct language.
- Link purpose — Links have descriptive text. Navigation links that share labels are scoped to their landmark regions.
- No reliance on color alone — Information is not conveyed by color alone; secondary indicators (icons, text labels) are used.
- Resizable text — All text can be resized up to 200% without loss of content or functionality.
Conformance Status by Principle
| Principle |
Criteria |
Status |
| 1. Perceivable |
Text alternatives, captions, adaptable content, distinguishable (1.1–1.4) |
Pass |
| 2. Operable |
Keyboard, timing, seizures, navigable (2.1–2.4) |
Pass |
| 3. Understandable |
Readable, predictable, input assistance (3.1–3.3) |
Partial — inline error messages for complex forms are being added progressively |
| 4. Robust |
Compatible with current and future user agents (4.1) |
Pass |
Technical Specifications
ToolNook relies on the following technologies for conformance:
- HTML5 semantic elements
- CSS3 including
:focus-visible and prefers-reduced-motion
- JavaScript (Vanilla ES6+) for dynamic ARIA state management
- WAI-ARIA 1.2 attributes for dynamic widgets
Pages were tested with:
- NVDA screen reader with Chrome on Windows
- VoiceOver with Safari on macOS and iOS
- Keyboard-only navigation (Tab, Shift-Tab, Enter, Space, arrow keys)
- Chrome's built-in accessibility inspector (Lighthouse)
- axe DevTools browser extension
Known Limitations
While we strive for full WCAG 2.1 AA conformance, the following known limitations exist and are on our roadmap to address:
- Multi-input group labels — Some form groups (e.g., the separate R/G/B fields in the Color Converter) use a group label that is not yet enclosed in a
<fieldset>/<legend>. These are readable but not formally grouped.
- Complex live output areas — Some tools generate output dynamically (e.g., JSON formatter, SQL formatter). These outputs are accessible but do not yet announce update counts to screen readers.
- Canvas-based tools — The Image Resizer and Image Color Picker use the HTML5 Canvas API. While the controls surrounding the canvas are accessible, the canvas content itself is not exposed to the accessibility tree (per canvas limitations).
- Third-party advertising — Google AdSense ads are served by a third party. While Google provides accessible ad labels, ToolNook cannot guarantee full conformance of third-party ad content.
Feedback and Contact
Enforcement and Formal Complaints
ToolNook is committed to voluntary compliance with accessibility standards. If you are not satisfied with our response after contacting us, you may contact:
- U.S. Department of Justice (ADA): ada.gov — ADA National Hotline: 1-800-514-0301 (voice) / 1-800-514-0383 (TTY)
- U.S. Access Board: access-board.gov
Related Policies
This statement was created on March 10, 2026 and last reviewed on March 10, 2026.
It follows the W3C WAI Accessibility Statement template.