Skip to content

Instantly share code, notes, and snippets.

View gemmaleigh's full-sized avatar

Gemma Leigh gemmaleigh

  • London, United Kingdom
View GitHub Profile

Accessibility criteria for Modal Dialog - WIP

User story

As an Assistive Technology (AT) user, I want to be informed that a modal dialog has opened, what its purpose is, and how to action / close it.

Acceptance criteria

The modal dialog must:

@sturobson
sturobson / PD2017-full.md
Last active November 13, 2018 10:15
all the notes from Patterns Day 2017

Patterns Day 30th June 2017

Laura Elizabeth - @laurium

Selling Design Systems

Why design systems don't always stay updated?

  • it was never intended to be living
  • maintaining it was too much work
  • nobody in the team uses it
@kosamari
kosamari / _ServiceWorker_for_github_pages.md
Last active April 1, 2024 05:44
ServiceWorker for github pages.

ServiceWorker for github pages

This is a ServiceWorker template to turn small github pages into offline ready app.

Why ?

Whenever I make small tools & toys, I create github repo and make a demo page using github pages (like this one).
Often these "apps" are just an index.html file with all the nessesary CSS and JavaScript in it (or maybe 2-3 html/css/js files). I wanted to cache these files so that I can access my tools offline as well.

Notes

Make sure your github pages have HTTPS enforced, you can check Settings > GitHub Pages > Enforce HTTPS of your repository.