top of page

Accessibility Policy

Accessibility Policy for InnerCode

Conformance status:
The Web Content Accessibility Guidelines (WCAG) defines requirements for designers and developers to improve accessibility for people with disabilities. It defines three levels of conformance: Level A, Level AA, and Level AAA. InnerCode is fully conformant with WCAG 2.1 level AA. Fully conformant means that the content fully conforms to the accessibility standard without any exceptions.
Feedback

We welcome your feedback on the accessibility of InnerCode. Please let us know if you encounter accessibility barriers on InnerCode:

E-mail: info@innercode.org

We try to respond to feedback within 2 Business Days.

Technical specifications:
Accessibility of InnerCode relies on the following technologies to work with the particular combination of web browser and any assistive technologies or plugins installed on your computer:

HTML
WAI-ARIA
CSS
JavaScript

These technologies are relied upon for conformance with the accessibility standards used.
Limitations and alternatives

Despite our best efforts to ensure accessibility of InnerCode , there may be some limitations. Below is a description of known limitations, and potential solutions. Please contact us if you observe an issue not listed below.

Known limitations for InnerCode:

Comments from users.: Comments posted by users with images may not have alt text and we have no control over that because Users are allowed to upload images with their posts. we monitor user comments. Please use the 'report issue' button if you encounter an issue.

Assessment approach:
InnerCode Inc. assessed the accessibility of InnerCode by the following approaches:
Self-evaluation

Date:
This statement was created on 24 April 2024 using the W3C Accessibility Statement Generator Tool.

bottom of page
try { const lightbox = document.getElementById('popups-wrapper'); lightbox.addEventListener('keydown', e => { if(e.keyCode === 27){ e.preventDefault(); e.stopPropagation(); } }); lightbox.addEventListener('keypress', e => { if(e.keyCode === 27){ e.preventDefault(); e.stopPropagation(); } }); } catch{}