summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-11-30 20:47:19 -0500
committereudoxia <uplink@distress.network>2020-11-30 20:47:19 -0500
commit12e1fcdceb8384ad82cc5615752b6574299fbd5b (patch)
treefa778b9263a22bf4e1f6d7b868b949098bf7d730
parentd7831337f036c2e326eafb5ccb712c72dd72c3ce (diff)
added a11y tasks
-rwxr-xr-xmeta/todo/index.html8
-rw-r--r--meta/todo/src.md3
2 files changed, 10 insertions, 1 deletions
diff --git a/meta/todo/index.html b/meta/todo/index.html
index 4ffc9a8..6351f41 100755
--- a/meta/todo/index.html
+++ b/meta/todo/index.html
@@ -12,7 +12,7 @@
<script src="/js/csi.js"></script>
<title>To Do</title>
<meta name="description" content="&laquo;FOR INTERNAL USE ONLY.&raquo; &mdash; To Do:" />
-<meta http-equiv="last-modified" content="2020-11-25 23:43:50-05:00" />
+<meta http-equiv="last-modified" content="2020-11-30 20:40:14-05:00" />
</head>
<body>
@@ -33,6 +33,12 @@
<li>Rewrite URL encoding in C</li>
<li>Other optimizations where possible</li>
</ul></li>
+<li>A11y:
+
+<ul>
+<li>Nav below main in DOM, reflow with CSS <code>order</code></li>
+<li>Figure out how to make the sitemap less horrible on screen readers</li>
+</ul></li>
<li>Create <code>&#47;visual&#47;*</code> pages</li>
<li>Full site edit automation (<code>global.sh</code>): recursively execute given command in all pages</li>
<li>Potentially serve footer via <code>csi.js</code>? (might inhibit navigation for noscript clients)</li>
diff --git a/meta/todo/src.md b/meta/todo/src.md
index af3cbcd..a45674a 100644
--- a/meta/todo/src.md
+++ b/meta/todo/src.md
@@ -7,6 +7,9 @@ opts: h
- `md.sh` improvements:
- Rewrite URL encoding in C
- Other optimizations where possible
+- A11y:
+ - Nav below main in DOM, reflow with CSS `order`
+ - Figure out how to make the sitemap less horrible on screen readers
- Create `/visual/*` pages
- Full site edit automation (`global.sh`): recursively execute given command in all pages
- Potentially serve footer via `csi.js`? (might inhibit navigation for noscript clients)