Siirry pääsisältöön

Accessibility statement

Last updated: 17.3.2023.

Accessibility features

Failures to meet accesibility standards (WCAG 2.1)

Other accessibility concerns

I noticed that I have been using a made up <date> element, when I should been using <time datetime="[date time]">, which is kind of embarrassing. Well, it's almost fixed now. I should implement proper date handling for the blog post previews.

Also the list of fixes below really shows why a web development hobbyist shouldn't attempt a bilingual website, since the implemnetation is hard already. I should redesign my site.

Implemented accessibility fixes

List of fixes
  • 3.1.2 Language of Parts (level AA) was not met on blog breadcrumbs with mixed languages. This is now fixed and mixed languages should work properly. Fixed on .
  • 3.1.2 Language of Parts (level AA) was not met on blog posts with mixed languages in headings. This is now fixed and mixed languages should work properly. Fixed on .
  • 3.1.2 Language of Parts (level AA) was not met on tags. Now there are separate tags in Finnish and English. Fixed on .
  • 1.4.3 Contrast (level AA) was not met with the codeblock highlighting. I implemented a prism-overrides.css file based on a CSS tricks article. Fixed on .
  • 3.1.2 Language of Parts (level AA) was not met on screen reader only text that's part of "Continue reading" text in the blog post previews. Fixed on .

Testing

Testing has been done in Chrome and Firefox, since I moved to using Firefox.

I have used an automatic testing tool WAVE to audit my site. Be aware that automated tools only catch a small part of accessibility issues.

Parts of the site have also been tested with a screen reader NVDA by me.

Did you find an accessibility issue?

Please reach out to me in any way through the socials below.