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...DiscussWeb 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...Discussa11y
Jung Wook ParkforCodeSnapcodesnapmag.hashnode.dev·Oct 6, 2024생성형 Ai를 이용해 이미지 대체 텍스트를 생성하여 접근성 개선하기원문: Maurice Borgmeier, "Improving Accessibility by Generating Image-alt texts using GenAI" 저는 생성형 AI에 대해 꽤나 회의적입니다. 어떻게든 코파일럿을 멀리하고 그들이 내놓는 결과물을 역병마냥 피하려고 하죠. 코파일럿이 생산하는 텍스트는 영혼없고 지루하게 느껴지며 생성된 코드는 있지도 않은 API를 보여줍니다. AI가 생성한 콘텐츠를 흔히 슬롭(slop)이라고 부르는데...Discuss·3 likesOctober 2024generative ai
Francisco Imanol Suarezfsuarez.me·Sep 30, 2024Estructura Básica de un Sitio WebIntroducción La estructura básica de un sitio web es fundamental para el desarrollo de cualquier proyecto tecnologico. Es el esqueleto sobre el cual se construye todo el contenido y funcionalidades de un sitio. Una estructura bien organizada no solo ...DiscussAccessibility
Accessibly SpeakingforAccessibly Speakingaccessibly-speaking.hashnode.dev·Sep 27, 2024How to Test Web Accessibility Using the WAVE Tool: A Beginner's GuideAccessibility is an important aspect of web development. It impacts how users interact with your site, from how they choose to access it—whether through a screen reader or keyboard navigation—to how they perceive its content, such as through alternat...Discussa11y
Frank Lamfranklam.hashnode.dev·Sep 24, 2024Improving Web Accessibility with WAVEEnsuring that websites are accessible to all users, including those with disabilities, is more important than ever. Accessibility not only improves user experience but also aligns with legal requirements and web standards. If you’re looking for a too...Discussa11y
Accessibly SpeakingforAccessibly Speakingaccessibly-speaking.hashnode.dev·Sep 21, 2024Building Accessible Forms: Best Practices for UsabilityForms help users engage with your website, but when poorly designed, they can be frustrating and unusable, especially for individuals using screen readers, assistive devices, or keyboard navigation. Accessible forms not only support individuals with ...DiscussAccessibility
Gulshangzamann.hashnode.dev·Sep 20, 2024How to not break Web Accessibility💡Quick Summary: Today accessibility is a fairly known topic by many and there are a lot of best practices to follow. However, often times rather than making the app more accessible developers and designers end up as the accessories to breaking acces...Discuss·46 readsWeb AccessibilityAccessibility
Sumudu Siriwardanasumudusiriwardana.hashnode.dev·Sep 20, 2024The Accessibility Story Behind Deprecated HTML ElementsI attended the Web Accessibility in Mind Conference a few weeks ago, and the sessions gave me valuable new perspectives on accessibility. I kept thinking about some of the design choices we make when developing products and services as developers, pr...DiscussHTML5
Elizabeth LolaforfreeCodeCampfreecodecamp.org·Sep 18, 2024How to Use CSS to Improve Web AccessibilityDid you know that CSS can play a significant role in web accessibility? While CSS primarily handles the visual presentation of a webpage, when you use it properly it can enhance the user’s experience and improve accessibility. In this article, I'll s...DiscussCSS