Posts tagged with ‘accessibility’

A look at the new WAI-ARIA 1.3 draft

Excerpt:

W3C, the World Wide Web Consortium, released a new draft of the WAI-ARIA 1.3 specification on 23 January 2024.

If you're not familiar with it, WAI stands for the Web Accessibility Initiative, and ARIA stands for Accessible Rich Internet Applications.

It's a set of standards created to improve the accessibility of the products we build for the web, and it includes details about HTML attributes you can use to make content better for assistive technology. Some common ones you might have come across are aria-label, aria-live, and aria-describedby.

With the new draft of 1.3, we can get a bit of an idea as to what is coming, and how we can prepare for implementing and testing these features.

Read full article : A look at the new WAI-ARIA 1.3 draft

Stop trying to recruit unicorns with acorns

Excerpt:

Many organisations seem to view accessibility through a narrow lens. They do not recognise the breadth and depth of expertise that is required to create a well rounded accessibility role.

We had a similar situation 10 to 15 years ago, when start-ups were constantly trying to hire a single person that could do visual design, user experience (UX) design and software development.

This results in bloated job adverts hunting for somebody who likely does not exist in the job market. A mythical creature. A legend. Their reputation transcends the entire industry, yet nobody has managed to find a real one. Hence the term 'unicorn'.

Read full article : Stop trying to recruit unicorns with acorns

Web Chat accessibility considerations

Excerpt:

Web Chat relies on real time information and notifications, so you're going to need to use several features of Aria (Accessible Rich Internet Applications).

In this post, I'm going to cover in detail which of the Web Content Accessibility Guidelines (WCAG) you're going to need to consider, and some examples of how you can use advanced attributes to give screen reader users the best possible experience.

Read full article : Web Chat accessibility considerations

How to write good alt text for screen readers

Excerpt:

In this post, I just want to talk through what alt text is, why it matters, and how to avoid some common mistakes!

I know alt text posts are common, but I feel compelled to write it given that it's 2023, and I still see a lot of the same issues I've been seeing for years.

Read full article : How to write good alt text for screen readers

WCAG 2.2 and what it means for you

Excerpt:

After much anticipation and several delayed release dates, we eventually got the elusive Web Content Accessibility Guidelines (WCAG) 2.2 on 5 October 2023.

For those who build websites, digital services or mobile applications, or if you just care about making the internet more accessible in general, then this is big news!

So, lets have a look at what all the fuss is about!

Read full article : WCAG 2.2 and what it means for you

European Accessibility Act: Article 32, and why it sucks!

Excerpt:

I recently wrote a blog post called European Accessibility Act: What you need to know and it created a bit of a stir, and a really interesting question came up around Article 32, which is all about transitional measures.

Now, you might be thinking, 'Transitional what?' So let's dive into it together and try to make sense of it.

Read full article : European Accessibility Act: Article 32, and why it sucks!

Making microservices accessible

Excerpt:

The term ‘microservice’ is becoming more and more popular when you look across the Digital landscape of a lot of big organisations.

Several Government departments, and several large organisations I've spoken to recently, are all looking at this approach; because, if executed well, it saves time and money, and they create consistency for users.

However, as more and more organisations try to leverage microservices, the pitfalls of accessibility are perhaps not being fully considered.

Read full article : Making microservices accessible

Partially supported is not supported

Excerpt:

As you probably know by now, any software which is built or procured by a Public Sector Body must meet the Web Content Accessibility Guidelines (WCAG) 2.1 to the standard of AA.

What I'm really tired of, is reading conformance reports from third party suppliers who are trying to push their inaccessible products for large sums of money under the guise that it is accessible.

These chancers often state that some of the criteria is 'partially supported', 'supported with exceptions' or any number of different ways to carefully word the fact that it does not support a particular accessibility feature.

And, it's not just one company, they're all doing it.

Read full article : Partially supported is not supported

Using the language attribute to make your website accessible

Excerpt:

There's a couple of criteria in the Web Content Accessibility Guidelines that I see catching people out time and time again. 3.1.1 Language of page and 3.1.2 Language of parts.

These two criteria are important, because they help screen readers to read out the language correctly. If your page is set to English, but some of your content is not English, then the screen reader is just going to attempt to pronounce it in English anyway, which can lead to some pretty weird results.

Read full article : Using the language attribute to make your website accessible