summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorstuebinm2021-04-08 15:28:40 +0200
committerstuebinm2021-04-08 15:28:40 +0200
commit215ca162c2c767df56a4802ed7edde7fd5e7fbd0 (patch)
tree2aa7783eb1c413acdb3ac656ffce4ecbe46af3e2 /todo.org
parentb44b99592c7faf0e1984875ec5bf03be09e83f5d (diff)
site: implement accessibility hints of WAVE
This implements some accessibility guidelines, as hinted at by WAVE [1]: - labels for textareas - fieldsets for multiple-choice answers One thing that's still missing is a set language, which I guess will be best implemented together with an actual language switcher. [1] https://wave.webaim.org/
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index 8962e0f..b5f0d88 100644
--- a/todo.org
+++ b/todo.org
@@ -16,3 +16,10 @@
* TODO List of public surveys
* IDEA CLI tool for age batch decryption & conversion to .csv
+
+
+* TODO UI
+** IDEA Surveys with multiple pages
+Seems unclear how to do this in a way that also works with screen readers etc.
+** TODO Automatic Dark mode
+** TODO Support for multiple languages (defined via config.dhall)