Latest posts:

Posted on:

I will miss WCAG 4.1.1 a bit, but it’s retirement will allow us to focus on more important problems

I’ve learned that WCAG can’t be changed a lot and that only additions are allowed. Now I’ve read that WCAG 2.2 will have the 4.1.1 success criterion (parsing) removed. My first reaction was – why and how will we work with problems in HTML then? On the other hand we should probably be happy we can focus on other problems that are more related directly to accessibility.

Posted on:

How I imagine a modern automatic accessibility testing tool

What would I have in an automatic accessibility testing tool if I could have anything that is possible with today’s technology?
Well, I would start at the beginning – clear scope and known priorities is a start and sometimes we can’t really cover all that when we have to choose where we need to focus. Next, I would like to teach the tool, so that it will be more and more independent. And because I like to stand for my decisions – I would like to use the blockchain to prove my efforts and fixes. Words can be empty, deeds talk.

Posted on:

Accessibility scoring don’t tell much about actual state of accessibility

In this blog post I go into details behind automatic accessibility testing and how I don’t really trust any accessibility scores such tools provide.
It all drills down to inability of automatic tools to pass WCAG success criteria and limited ability of them to fail some. Manual testing is the only real way to really know about state of accessibility.

Posted on:

Thoughts on web performance and web accessibility

Attended web performance conference (performance.now()) and found some thoughts about similarities with accessibility. Also made a simple proof of concept for a time to interactive metrics for screen-readers and other assistive technologies.

Posted on:

Operating systems, browsers, screen-readers, automatic analysis tools can all have bugs that make accessibility even more difficult

The journey from content creator to end user is quite long. At least in terms of different software that needs to deliver. And as we all know – software has bugs. And sometimes even so called features that can actually be called bugs as well. So please test and if we find a problem – report it, so that we improve the accessibility one step at a time.

Posted on:

Look for accessibility statements before using third party tools

Website owners are responsible for use of third party widgets, plugins and more. Before using them they should check if they conform to WCAG, otherwise their site will not conform either. Checking for accessibility statement of the third party may reveal huge problems with their product’s future.

Posted on:

Native mobile app support for headings

Mobile native applications are often with no headings. Sometimes even have visual headings but are missing on the semantics. Screen-reader users can and also like to navigate via headings, so we should be responsible and use them. They are supported on both iOS and Android.

Posted on:

Second Slovenian Accessibility Awareness Day – my private contribution to Global Accessibility Awareness Day 2022

Building on first Slovenian Accessibility Awareness Day and on the first official Web Accessibility Directive reports from Slovenian public sector I made the Second Slovenian Accessibility Awareness Day. Still and always a work in progress, but please read the post and then if you wish also the reports to get some clues about the state of accessibility in Slovenia.

Posted on:

WCAG is a part of the letter M in MVP (Minimum Viable Product)

Minimum viable product that is not accessible is not really minimum. And then also the WCAG on level AA is the minimum, a baseline. When we reflect over those two facts – we must agree that MVP must at minimum conform to WCAG 2.1 on level AA. If this MVP will run in EU’s public sector even WCAG 2.1 on level AA alone is not the minimum.

Posted on:

Please stop installing accessibility widgets and overlays and do the right thing

I get it, you have to release a new website next week and your client just asked you if it is accessible, because it has to be, right? What do you do? Your favorite search engine helps you at once and solution is a widget install away. Wrong! Awareness with no knowledge is dangerous! Please read and understand – and try to build on the knowledge part as well.

Posted on:

WCAG is here from 1999, how come it is still a surprise for some?

How come Web Content Accessibility Guidelines still surprise some people? They are not something new. They are extremely important. Maybe some of reasons lie in education, missing role models, ignorance of awards and maybe even in the open source itself. Some thoughts of mine that try to reflect about this.

Posted on:

Visual and semantic heading levels can be different – but…

Is it okay to give a heading level 2 the style of level 3 but keep the semantics of level 2. Well yes – but as often with accessibility – it depends. It’s not up to developers to set it in stone and it is for designers and content providers to decide when appropriate. Content is once again crucial.

Posted on:

Some common web accessibility issues caused by developers

Some accessibility issues originate in code. And when design is being recreated with code it may seem to work but when thinking about accessibility we may notice that it only works for some users and not for others. I’ve decided to describe some common accessibility fails that are on developers.