Large, stylized, light-green letters spelling out "SEO" are centrally featured. Three stylized figures, a man and two women, are positioned around the "SEO" letters.

The role of AI in streamlining accessibility and SEO testing

Business success depends heavily on the development of websites which provide convenient navigation alongside search engine compatibility. Accessibility, together with Search Engine Optimization (SEO), stands as the key dimension for reaching this objective. The separate practices of accessibility and Search Engine Optimization (SEO) share many common elements while AI technology reshapes modern business methods for them.

Continue reading “The role of AI in streamlining accessibility and SEO testing”
Laptop and cactus on the left side and coffee on the right side. Image by Megan Rexazin Conde from Pixabay.

Explore focusable, clickable, tabbable or active states

Determining whether an element is interactive or not can be crucial for various purposes, such as improving accessibility, enhancing user experience, testing purpose or debugging issues.

An interactive element is one that can receive focus, be clicked, be active, or be tabbable, allowing users to engage with it in some way. Let’s find out how to determine if an element is focusable or active using JavaScript.

Continue reading “Explore focusable, clickable, tabbable or active states”
Digital human face with visible brain. Image by David Sánchez-Medina Calderón from Pixabay.

Beginner’s guide to Cognitive Accessibility (COGA)

Cognitive accessibility is an essential aspect of digital design that aims to create inclusive experiences for individuals with cognitive and learning disabilities. The Cognitive Accessibility (COGA) initiative focuses on developing guidelines and best practices to ensure that digital content is accessible to all users, regardless of their cognitive abilities. This guide serves as an introduction to the principles of cognitive accessibility, the importance of inclusive design, and practical steps to enhance accessibility in digital environments.

Continue reading “Beginner’s guide to Cognitive Accessibility (COGA)”
Mobile phone and text on it "Accessible accordion" along with accordion examples

Making accessible accordion

An accessible accordion is a type of interactive component that allows users to expand and collapse content, while also providing a good user experience for people with disabilities.

Accordions reduce the need to scroll when presenting multiple sections of content on a single page. They should be accessible through keyboard navigation and follow WAI-ARIA roles, states, and properties guidelines for accessibility.

An accordion-like interface can be created by using a sequence of <details> elements, which are expanding sections that can reveal or hide content. As we’ll see later, using the name attribute allows these components to simulate the behavior of typical accordions, in which just a single section can be open at a time, with other sections closing themselves when a new one is expanded.

This solution does not involve JavaScript. Only HTML and CSS for styling.

Continue reading “Making accessible accordion”
Mobile phone and "Digital Accessibility Audit" sentence on it. Image by Markus Winkler from Pixabay.

Legacy website accessibility remediation – a step-by-step guide to prioritizing fixes

Addressing legacy website accessibility issues becomes increasingly important as organizations make an effort to provide inclusive digital experiences while also meeting legal (e.g., ADA Americans with Disabilities Act or EAA European Accessibility Act) online accessibility obligations. This tutorial describes an organized approach for effectively prioritizing and implementing accessibility changes.

Continue reading “Legacy website accessibility remediation – a step-by-step guide to prioritizing fixes”
A person holding a phone with the YouTube app running. Image by Sam riz from Pixabay.

How to embed YouTube videos while ensuring accessibility WCAG compliance

To determine whether embedded YouTube videos are compliant with the Web Content Accessibility Guidelines (WCAG), it’s essential to consider several factors related to accessibility features and best practices.

To make a YouTube embed WCAG (Web Content Accessibility Guidelines) compliant, we need to consider several aspects of accessibility. Here’s a step-by-step guide on how to achieve this:

Continue reading “How to embed YouTube videos while ensuring accessibility WCAG compliance”
There is a group of people with a child in a wheelchair. Image created by Gerd Altmann from Pixabay.

EU Digital Accessibility laws apply to all companies operating in the EU, regardless of origin

Websites are excellent because they can be accessed by almost anyone, anywhere. This allows you to sell your products and services from your country to anywhere in the world. While this is exciting, it also means that your website must adhere to their regulations and web accessibility rules.

The European Accessibility Act (EAA) will take effect in June 2025 and will require companies to comply with WCAG 2.1 Level AA standards for digital products and services sold in the EU.

This guide is intended to give organizations a path to global digital accessibility legislation, with a focus on the laws that expose companies operating on the EU market. What are these laws, what are the requirements, and what are the penalties for noncompliance? In responding to these questions, we explore deeper into the EU’s European Accessibility Act, which businesses must pay special attention to.

Continue reading “EU Digital Accessibility laws apply to all companies operating in the EU, regardless of origin”