kresnasatya / accessible-dialog

This is an example how to implement accessible dialog and it has trap focus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessible Dialog

This is an example how to implement accessible dialog. This dialog have inert and trap focus. The original code comes from A11ycast channel with topic: Accessible Modal Dialogs. I just update the UI. :)

How to run?

  1. Clone this repo.
  2. Install dependencies with npm install.
  3. Run npm run dev.

How to keep focus in this repo?

Keep focus on index.html, app.js, style.css and behaviours folder in js folder.

About

This is an example how to implement accessible dialog and it has trap focus.


Languages

Language:JavaScript 75.8%Language:HTML 14.7%Language:CSS 9.5%