Homer Gaines, CPACCrightbadcode.com·Feb 17, 2025It's Right There In the Back of the BookThe Cocky Kid My parents bought the Encyclopedia Britannica collection when I was a kid. Over my summer breaks, they would have me write book reports on any of the subjects. When I was in Elementry, I remember one of my homework assignments for my Sc...58 readsa11y
Carl Hallén Janssonchjweb.se·Jan 21, 2025The Problem with Using Placeholder AttributesI am not the first person to write about the accessibility issues of placeholders, but I keep seeing them pop up in different projects. It is not uncommon to see a design that looks like the following: An input field, where the only way to discern i...AccessibilityAccessibility
Francisco Imanol Suarezfsuarez.me·Jan 3, 2025Best practices for organizing web pagesIntroduction The proper organization of web pages is essential to ensure that content is accessible, understandable, and easy to navigate for all users. Appropriately using semantic elements like <section>, <nav>, and <article> not only enhances the ...a11y
Accessibly SpeakingforAccessibly Speakingaccessibly-speaking.hashnode.dev·Dec 31, 2024Top 10 Web Accessibility Mistakes Developers Make and How to Avoid ThemWeb accessibility is essential when creating websites that can be used by everyone. As developers, we sometimes make basic accessibility mistakes during development, which can make web projects inaccessible. In this article, we’ll highlight the top 1...a11y
Homer Gaines, CPACCrightbadcode.com·Dec 7, 2024Explaining Design Systems to a GolferI was out “playing” golf with my Pops, and we hit the subject of work and side projects. He's aware of the work that I do regarding accessibility, but he's not as familiar with the details of Design Systems. He's both business and tech-savvy, but kno...182 readsa11y
Jan CizmarforTolgee Bloghn.tolgee.io·Dec 6, 2024✨8 Powerful Open-Source Tools for Creating Accessible Web Apps ✨Are you ready to elevate your skills and create websites that everyone can enjoy? Making your websites and apps accessible means opening the door for everyone to enjoy what you’ve created, no matter their abilities. This means creating experiences th...Open Source
Dana Ciocandanaciocan.com·Nov 26, 2024The European Accessibility Act (EAA)If you’re working in tech and especially the web side of things, you’ve probably heard of this new accessibility law that is coming into force in 2025. If not, I was curious about it, so I had a bit of a read around it and summarised my findings so y...eaa
Accessibly SpeakingforAccessibly Speakingaccessibly-speaking.hashnode.dev·Oct 16, 2024Accessible Color Contrast: Why It Matters and How to Get It RightWhen we think about web accessibility, the first things that usually come to mind are image alt text or heading structure. But there's an element that’s sometimes overlooked—color contrast. In this article, you’ll learn why color contrast matters and...Web Development
Basavaraj Patilbasavarajrp.hashnode.dev·Oct 6, 2024Understanding Jest Queries: The Interplay Between the DOM and Accessibility TreesHello everyone! As a frontend React developer with four years of experience, I’ve recently been diving deep into the world of accessibility (A11Y). While working on making our applications more inclusive, I stumbled upon a fascinating concept: the ac...a11y
Jung Wook ParkforCodeSnapcodesnapmag.hashnode.dev·Oct 6, 2024생성형 Ai를 이용해 이미지 대체 텍스트를 생성하여 접근성 개선하기원문: Maurice Borgmeier, "Improving Accessibility by Generating Image-alt texts using GenAI" 저는 생성형 AI에 대해 꽤나 회의적입니다. 어떻게든 코파일럿을 멀리하고 그들이 내놓는 결과물을 역병마냥 피하려고 하죠. 코파일럿이 생산하는 텍스트는 영혼없고 지루하게 느껴지며 생성된 코드는 있지도 않은 API를 보여줍니다. AI가 생성한 콘텐츠를 흔히 슬롭(slop)이라고 부르는데...3 likes·28 readsOctober 2024generative ai