Best of AccessibilityAugust 2023

  1. 1
    Article
    Avatar of cssweCSS Weekly·3y

    Issue #557 – CSS Weekly

    Issue #557 - CSS Weekly CSS and Accessibility: Inclusion Through User Choice Carie Fisher outlines which CSS media features are available for detecting user preferences and how to use them.

  2. 2
    Article
    Avatar of lambdatestLambdaTest·3y

    Complete Guide to Color Contrast Accessibility

    WebAIM (Web Accessibility in Mind) is a platform that provides guidelines on how accessibility should be adopted across the web. This is where the CSS color-contrast() feature can help developers provide adequately contrasting and accessible modern web designs. We explore color contrast accessibility in CSS, its implementation, and how to test websites or mobile applications.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Use Un-Styled UI Components – Guide for Front-End Developers

    The term "un-styled" doesn't signify a lack of design – rather, it refers to a blank slate that lets you infuse your creativity and branding without the limitations that come with traditional UI elements. Un-Styled UI components give you the freedom to mold every detail to align with your app's design and purpose.

  4. 4
    Article
    Avatar of asayerasayer·3y

    Effective Cross-Browser Testing Strategies

    Cross-browser testing involves testing a web application to ensure it functions and appears on different browsers and versions. It involves verifying that websites or web applications work and look the same across different web browsers and their versions. This article explores the best practices and strategies for efficient cross- browser testing.

  5. 5
    Article
    Avatar of uxplanetUX Planet·3y

    Use of color

    Use colors, but never rely solely on colors, as some people might not be able to distinguish them. This is the essence of success criterion WCAG 1.4.1 (A) for accessible design. Inactive components are also mentioned in 1.3 Contrast (minimum), increasing the recommendation of avoiding disabled elements.