Best of AccessibilityMay 2025

  1. 1
    Article
    Avatar of vigetViget·48w

    Can AI Replace UI Developers?

    AI tools are revolutionizing web development, offering speed and automation. However, they can't fully replace human UI developers who ensure performance, accessibility, and empathy in user experiences. AI-generated code often lacks the thoughtful consideration and understanding of user nuances that skilled developers provide, emphasizing the importance of human expertise in creating optimal digital solutions.

  2. 2
    Article
    Avatar of sarasoueidanSara Soueidan·49w

    Are 'CSS Carousels' accessible?

    The post examines the accessibility of CSS Carousels, highlighting concerns that these implementations often fail to meet necessary accessibility standards, particularly for screen reader and keyboard navigation. It encourages developers to understand the impact of new CSS features on web accessibility and stresses the importance of semantic HTML and ARIA roles. The author advocates for native HTML elements that inherently carry the necessary semantics and interactive behaviors.

  3. 3
    Article
    Avatar of webkitWebKit·47w

    Two lines of Cross-Document View Transitions code you can use on every website today

    Cross-Document View Transitions enhance the navigation experience by enabling elements to persist across page transitions on websites, using just two lines of CSS code. This reduces the visual disruption between pages, creating a seamless transition effect. With browser support in Safari 18.2, Chrome 126, and Edge 126, it's accessible to most users. Considerations for motion sensitivity are discussed to ensure accessibility.

  4. 4
    Article
    Avatar of heydonworksHeydonWorks·46w

    The col element

    The HTML col element, used with colgroup, allows grouping table columns but creates complex, poorly supported structures. The element's behavior is counterintuitive - it doesn't contain columns but sets a schema for groupings, and CSS classes applied to col elements mysteriously affect other table cells. Screen reader support for spanned and grouped columns is unreliable across different assistive technologies. Simple table headers without complex grouping provide better accessibility and user comprehension than elaborate column structures.

  5. 5
    Article
    Avatar of medium_jsMedium·49w

    95% of homepages are inaccessible

    Almost 95% of homepages fail to meet WCAG standards, excluding users with disabilities due to issues like low-contrast text and missing alt text. UX designers can enhance accessibility by adopting an accessibility-first approach and using tools to detect common failures, such as low contrast and missing labels. Free design and QA tools are available to help identify and fix accessibility issues, benefiting all users.