accessibility
i try to make this site as accessible as possible because i believe the Web should be for everybody and that you don't necessarily have to sacrifice accessibility for art and creativity!
this site aims to conform to Web Content Accessibility Guidelines (WCAG) 2.2 Level AA to the best of my ability. here are some of the accessibility functions implemented:
- alternative text is provided for all non-decorative images and ASCII art
- this site is fully responsive and compatible with mobile devices
- all text (except on some shrines pages) has a contrast ratio of at least 4.5:1
- this site will never have autoplay
- pages and text should be able to be resized up to 200% without a loss of content or functionality
- light and dark themes are provided and automatically determined through user preferences (and can be changed by the user if needed)
- this site is written with valid and semantic HTML5 and periodically tested with a screen reader
- this site is navigable using just a keyboard
note that any content from external sources may vary in their conformance!
here are some known things that could have an affect on accessibility (all of which i have plans to work on and improve!):
- this site uses javascript and has not yet been tested without it
- objects that aren't visible (such as links in a marquee that have gone off screen) can be focused on without being able to see them
- a high contrast colour mode isn't provided
- a more accessible theme isn't provided for shrines pages that aren't compliant
- moving images have no options to be frozen or don't have any static alternatives
please let me know if there are more or if any of the above is incorrect or not working as expected! i am merely a hobbyist web developer and am always learning so any feedback is very much appreciated!