Tables

Load this skill whenever the project contains HTML data tables (<table> elements). Under no circumstances use tables for layout purposes. Absolutely always include <th> elements with appropriate scope attributes, a <caption> or aria-labelledby, and ensure complex tables have headers associated with data cells. Apply these rules to every data table without exception.

mgifford 7192421 3 files · 25.9 KB Updated

File contents

mgifford/accessibility-skills/tree/main/skills/tables commit 7192421684

Frequently asked questions

npx skillmds@latest add mgifford/tables