A Guide To Keyboard Accessibility: HTML And CSS (Part 1)
This article is the first of two parts about a guide to making websites accessible to keyboard users. Here Cristian Diaz covers a good set of practices and recommendations on how to use HTML and CSS to create a great experience for keyboard users.
Before color-contrast(), stylesheet authors needed to know accessible colors ahead of time. Often a palette would show black or white text on a color swatch, to indicate to a user of the color system which text color would be needed to properly contrast with that swatch.
[…] how we can improve websites legibility using some modern CSS techniques, great new technologies like variable fonts and putting into practise what we learned from doing scientific researches.
Markup: Webdesign mit Webstandards, CSS, XHTML, Barrierefreiheit
Markup ist die private Website mit Journal zu Webdesign mit Webstandandards, CSS und XHTML von Björn Seibert. Wichtigste Themenbereiche dieser Website : Artikel erscheinen im Journal bzw. Weblog zu Webstandards, CSS, (X)HTML, Accessibility (Barrierefreih
Avoid using tables for layout, but make sure to use them, and use them properly, for tabular data. This article explains how to make HTML data tables accessible.