Blog page-2

ChatGPT: Everybody's dirty secret

Excerpt:

I'm seeing more and more people using ChatGPT, but also, being weirdly secretive about it. They're augmenting their own work, increasing their knowledge and productivity, but not really sharing how they suddenly appear to have stepped up a gear.

There appears to be a common fear that by admitting you use ChatGPT, your work no longer has value, that you somehow look less smart, or that you're now cheating when giving advice. But this couldn't be further from the truth, because ChatGPT is just a tool!

Read full article : ChatGPT: Everybody's dirty secret

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

My ADHD and me

Excerpt:

"Attention Deficit Hyperactivity Disorder." I was 35 when the Psychiatrist confirmed it.

I felt conflicted. I'd spent years in counselling trying to figure out the inside of my own head. I thought I had a pretty good understanding of who I was. Now, I doubted if I knew myself at all.

I knew I had quirks. Looking at them now, some of them are textbook ADHD traits. But I also struggle a lot with Impostor Syndrome, Anxiety and Depression. This obviously made my ADHD difficult to diagnose because a lot of the traits can also be attributed to these comorbid conditions.

Because of this, ADHD was not something I'd ever really considered. It was actually my partner, Eliza, who first suggested that's what it could be.

I guess, like most of society, I had a preconceived idea of what ADHD looked like; and it wasn't particularly positive.

Read full article : My ADHD and me

Accessibility and font sizes

Excerpt:

It's now 2022, and I'm still seeing far too many websites using static pixel sizes for fonts. Even big hitters like Facebook do this.

Stop it!

Using the wrong units of measurement in your Cascading Style Sheets (CSS) can be a barrier for many visually impaired users.

Read full article : Accessibility and font sizes

Rising disability statistics

Excerpt:

The number of people in the UK living with a disability is rising.

It's currently accepted that in the UK it is around 1 in 5 people, or 20%. And, from 2012 to 2019, there has been a further 3% increase in the 'official statistics'.

The number of children reported to have a disability has risen 2%, from 6% to 8%

The number of working age adults reported to have a disability has risen 3%, from 16% to 19%.

The number of adults over State Pension age reported to have a disability has risen 1%, from 45% to 46%.

Those are the facts. Based on 2011/2012 GOV.UK Disability Facts and Figures and 2019/2020 GOV.UK Family Resources Survey. The rest of this post is mainly my thoughts, and definitely up for debate!

Read full article : Rising disability statistics

Combining axe-core and PA11Y

Excerpt:

My initial thoughts were to decouple PA11Y from it's headless browser, and run it as part of the Selenium tests, rather than booting up 2 separate browser instances which would add seconds onto each test they could just both hit the same page when it was open.

However, on closer inspection, it turns out that using both is actually far simpler than I anticipated. PA11Y has the ability to use different 'runners' or plugins. So, using axe-core and PA11Y together is as simple as passing in the runners in as an option.

Read full article : Combining axe-core and PA11Y