Slides for a talk about accessibility issues with CSS.
Originally conceived for CSS Day 2020 in Faenza, 2020-03-13 live event, 2020-06-19.
Built on top of P-Slides!
Node.js 12.x+ is required (actually it could work in Node 10 - haven't checked).
To start the presentation in development mode:
- Clone the repository;
npm ci
npm run serve
Or npm run build
to just build it, then serve /public
with your HTTP server of choice.
... what?