Publikationen - Fachliche Einordnung von KI-Übersetzungstools für Leichte Sprache - Überwachungsstelle des Bundes für Barrierefreiheit von Informationstechnik
Leichte Sprache ermöglicht einen barrierefreien Zugang zu Informationen für Menschen mit Lernschwierigkeiten. KI-Übersetzungstools versprechen schnelle Ergebnisse, erfüllen jedoch die Anforderungen an Verständlichkeit und gesetzeskonforme Barrierefreiheit bisher nicht vollständig. Eine fachliche Einordnung dazu, welche Herausforderungen bestehen und welche Rolle menschliche Expertise weiterhin spielt.
Die Produktwerker: Barrierefreiheit von digitalen Produkten
Um die Barrierefreiheit geht es in dieser Podcastfolge. Sie ist für digitale Produkte nicht nur rechtlich wichtig, sondern auch für die Nutzerzufriedenheit.
Practical Accessibility — A get-right-down-to-it online course for Web designers and developers who want to start creating more accessible Web user interfaces and digital products today
A get-right-down-to-it online course for Web designers and developers who want to start creating more accessible Web user interfaces and digital products today
IAAP Web Accessibility Specialist (WAS) was issued by International Association of Accessibility Professionals (IAAP) to Bogdan Cerovac.
Earners of the IAAP Web Accessibility Specialist (WAS) have demonstrated an intermediate contextual and programmatic technical set of skills and knowledge to design, build, and remediate accessible digital content and services. This credential defines what digital accessibility professionals should be familiar with and are expected to know and increase the consistency and quality of web accessibility work.
FCSP stellt Übersetzungstool zur Verfügung - FC St. Pauli
Der FC St. Pauli stellt KI-basiertes Anwendung zur Verfügung ☠ NGOs können damit schnell und gratis Texte in Einfache Sprachen übersetzen ⚽ Projekt „Klartext St. Pauli“ ausgezeichnet ▶
Please do not use this post as an excuse to beat up the devs at Apple or Google. If you are doing that, you have missed the point of this post and you are being unnecessarily mean to individuals who may have no control over broader organizational decisions. Do not…
It’s Mid-2022 and Browsers (Mostly Safari) Still Break Accessibility via Display Properties
It was late 2020 when I last tested how browsers use CSS display properties to break the semantics of elements. I had been waiting for Safari to fix how it handles display: contents for four years now, and was excited when the announcement came in June. Then I started testing…
No Accessibility Without Disabilities · Eric Eggert
People who are tasked with remediating accessibility often have little experience of how people with disabilities actually use the web. Learn how to fix that.
NPP 241 – Blind im Netz: Mit Bildbeschreibungen Barrieren überwinden
Dagmar ist 2007 erblindet. Als Computer-affiner Mensch war ihr damit plötzlich die Welt des Internets verwehrt. Mit einem Screenreader hat sie sich wieder herangetastet und festgestellt: Das Internet ist voller Barrieren. Sie versucht, das zu verbessern, aufzuklären und fordert vor allem eins: Macht
Myths about Web Accessibility :: Blog :: Alvaro Montoro
Web Accessibility is a must in every web development project, yet it seems to remain a mystery for many web developers. Like it's something legendary instead of an essential skill needed for the job. There are many misconceptions surrounding Web Accessibility, most of the time fueled by a lack of knowledge (or interest) in the matter. This article is a collection of some of those accessibility misconceptions or myths. :: Blog post at Alvaro Montoro's Personal Website.
An update on the accessibility of conditionally revealed questions
The GOV.UK Design System is improving radio buttons and checkboxes that conditionally reveal fields to make them more accessible. This post provides an update on our work and research.
Startseite - Barrierefreie Gestaltung von User Interface-Elementen
Autoren: Andreas Englisch und Carola Meixner,
Deutsche Telekom MMS GmbH (Externer Link) im Auftrag des
IT-Systemhauses der Bundesagentur für Arbeit (Externer Link) …
Bedienelemente - Barrierefreie Gestaltung von User Interface-Elementen
Bereichstrenner Synonyme: Trenner, Separator, Window Splitter, Splitter
Siehe auch: Griff, Schieberegler, Scrollbalken
Ein Bereichstrenner dient dem Skalieren eines Seitenbereichs oder von zwei …
TL;DR: Probably don’t use disclosure widgets in fieldsets. If you do it anyway, don’t put the trigger in the legend. Context With details / summary, recent support for the popover attribute, and the never-ending belief that a “clean” page means hiding content, there is a resurgence in stuffing useful content…
Good, Better, Best: Untangling The Complex World Of Accessible Patterns — Smashing Magazine
How do we know which patterns are good, better, best when it comes to accessibility? Is it better to use an established pattern/library or create new ones? With the myriad of choices available, we can quickly become caught up in a web of confusion on this topic.
External Links, New Tabs, and Accessibility / Coder's Block
Let’s talk about making your site’s external links open in a new tab. First we’ll consider if this is even a good idea, then we’ll look at ways to improve the...
A picture of my strawberry, balsamic, black pepper sorbet, which makes sense later in the post and because my blueberry sorbet didn’t come out so well. CSS is providing newer and more complex methods of laying out your pages. Given the multiple form factors a responsive site has to support,…
Using the `for` Attribute on the `output` Element in HTML5
There are two things here that you’re probably already aware of. First, HTML includes an element that allows you to display the “result of a calculation”. It’s a form element and it’s been around for some time, having been added in HTML5. The other thing you’re likely to be aware of is that the for attribute is normally used on the element to associate a with a form element. This aids accessibility and usability, as you’ve probably discovered as both a developer and a user. But interestingly, the for attribute can also be used on the element: