From 375286e706f9a03b106d47dd7a8102ef7259f5d7 Mon Sep 17 00:00:00 2001
From: Christoph Lipautz
Date: Sat, 26 Nov 2016 11:57:33 +0100
Subject: [PATCH 1/2] Fix some accessibility issues.
- Highlight focus for keyboard users.
- Add some base landmarks (main, menu, search).
- Label some links that are not described by their link text.
- Add a skip to main content link.
- Add a hint for developers to ease contribution.
---
README.md | 9 +-
_includes/menu.html | 8 +-
css/website.css | 1654 ++++++++++++++++++++++++++++++++++++++++++-
index.html | 3 +-
sass/base.sass | 13 +-
sass/menu.sass | 4 +
6 files changed, 1679 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 50b2d1c4..47ef97d6 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,15 @@
[](http://cssreference.io)
+# Development
+
+```shell
+$ npm install && npm start # Install JavaScript dependencies and run watcher.
+$ gem install jekyll && jekyll s -w # Install jekyll and generate static local site.
+```
+
# License
The content of this project itself is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
-The underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).
\ No newline at end of file
+The underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).
diff --git a/_includes/menu.html b/_includes/menu.html
index 2d63396a..2e5ae12f 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -34,7 +34,7 @@
-