Hide content in CSS pseudo elements from screen readersArticle contains
  1. Use case
  2. Solution
    1. How to hide from the screen reader CSS content defined in pseudo element?
    2. Example code
  3. Test results
  4. Limitations
Create perfect H1 heading for SEO and AccessibilityArticle contains
  1. The anatomy of the H1 heading
  2. H1 heading best practices
    1. Organize heading levels hierarchically in the same way that a book's index is organized
    2. Keep correct headings hierarchy importance to clearly highlight a page's structure and organization
    3. Include important keywords in your H1 heading
    4. Keep H1 heading unique across all pages
    5. The H1 heading should not be wrapped around the logo
    6. What should the length of an H1 element be?
    7. The H1 heading and page title
Trophy for the first place in the search results

Create perfect H1 heading for SEO and Accessibility

Headings communicate the organization of the page’s content. The h1 heading, which is usually the largest heading on a page, describes the main topic of the page and typically corresponds to the title of the page. It gives users an indication of what the page is about.

The h1 heading influences visitors’ decisions about whether or not to continue reading a page. It communicates the page’s relevance to search engines.

According to the WCAG headings rules, levels should be used hierarchically, with the main heading being the highest level (h1) and subheadings being subsequent lower levels (h2, h3, h4, etc.). This structure makes it easier for people with visual impairments, cognitive disabilities, and learning difficulties to easily understand the content of a web page.

In this article, we’ll go over all you need to know about the h1 heading and how to make the most of it from the perspective of the user, SEO, and accessibility!

Continue reading “Create perfect H1 heading for SEO and Accessibility”
Accessibility and Auditing Websites in Real Time made with Google Slides PresentationArticle contains
  1. Agenda
  2. Presentation
Accessibility overlays - demystifying secretsArticle contains
  1. What accessibility overlay is?
  2. How does accessibility overlay work?
  3. How do I add widgets to accessibility?
  4. How is it possible to automatically fix all accessibility issues?
  5. Are accessibility overlays WCAG compliant?
  6. Is it possible for an overlay product to prevent the legal risk?
  7. What's wrong with accessibility overlay?
    1. Soft issues
    2. Hard issues
  8. Summary in bulletpoints
  9. Business perspective
  10. The recommended solution
  11. Other resources
Sitelint presentation at CSUN Assistive Technology ConferenceArticle contains
  1. Description
  2. Audience
CSUN Conference logo 2023

Sitelint presentation at CSUN Assistive Technology Conference

We’ll have the presentation An Approach to Real-Time, Client-Side Accessibility Audits at CSUN 2023 Conference .

Description

SiteLint is Google Analytics for Accessibility. The platform allows users to monitor and audit unlimited sites, in real-time, without crawling or auditing in specific time intervals. Users can collect results from real users, networks, and devices, which will improve significantly the remediation process by knowing which pages reported the most issues. This session will provide a demo of SiteLint and talk about the technical challenges overcome.

Audience

  • Higher Education
  • Information & Communications Technology
  • Government
  • Finance & Banking
  • Research & Development
The Next Generation of Automated Testing (A11yTalks - March 2023)Article contains
  1. Video presentation
The city in the background with text "We drive into the future"

The Next Generation of Automated Testing (A11yTalks – March 2023)

We had the honor to present SiteLint at A11yTalks in March 2023 – the next generation of automated testing. The speaker (Cezary Tomczyk), the Founder of SiteLint, was talking about recalibrating the remediation process significantly, improving accessibility quality testing, and focusing on user behavior. We were discussing new technology and its unique approach that goes beyond crawling and analyzing data on the server side.

Continue reading “The Next Generation of Automated Testing (A11yTalks – March 2023)”
How to record the screen with VoiceOver audio on your MacArticle contains
  1. How to record the screen and onboard audio from a Mac
  2. Installation and use of QuickTime Player
Accessibility and PerformanceArticle contains
  1. Known user impacts
  2. Technical aspects
  3. How performance impacts Accessibility
  4. Optimisations
  5. Conclusion
Two snails on a piece of wood

Accessibility and Performance

Performance and accessibility are two important aspects of web development. Since they are related, optimising one might result in improvements in the other.

Web performance is all about making websites fast: loading, rendering, and interacting.

When pages load slowly or have a lot of content to load, the experience can be very clunky and unpleasant for all users. More resources to download also mean more data that needs to be transferred through the network and processed. Let’s explore the user and business impact and how this could be improved.

Accessibility focuses primarily on making websites usable for people with disabilities. However, many accessibility requirements also improve usability for everyone. For example, good color contrast means all users can see your content no matter what device they’re using or the lighting in their surroundings.

Continue reading “Accessibility and Performance”
3 simple tips to make text over image more readableArticle contains
  1. Why making good contrast is important?
  2. Tips
    1. Text shadow
    2. Text stroke
    3. Text shadow vs text stroke comparison
    4. Black solid layer with opacity
  3. Summary
2 houses covered in snow

3 simple tips to make text over image more readable

If you add text over a background image, make sure there is enough contrast to make it readable. Subtle changes may be made to boost contrast without changing the overall aesthetic of the site.

The Web Content Accessibility Guidelines (WCAG) is an internationally recognized standard created by the World Wide Web Consortium (W3C), and WCAG calculates it as a ratio describing the relative luminance of the text and background.

Let’s then see 3 tips to make text over image more readable.

Continue reading “3 simple tips to make text over image more readable”
Introducing Page To Speech feature using Web Speech APIArticle contains
  1. Major challenges
  2. Benefits
  3. What's Web Speech API?
  4. Limitations and drawbacks
  5. Browser compatibility
  6. Demo
  7. Feedback
  8. Additional resources