MaxArt2501 / css-accessibility-talk

A talk about accessibility issues with CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessibility... with style!

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!

Building

Node.js 12.x+ is required (actually it could work in Node 10 - haven't checked).

To start the presentation in development mode:

  1. Clone the repository;
  2. npm ci
  3. npm run serve

Or npm run build to just build it, then serve /public with your HTTP server of choice.

Tests

... what?

About

A talk about accessibility issues with CSS

License:MIT License


Languages

Language:HTML 61.0%Language:SCSS 26.5%Language:JavaScript 12.5%