From 8f13e60667015e2953b4134934df2410727bb218 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlnBLXDQbzD3OCcqZshcmExPNwlgD0tJ7A" Date: Tue, 30 Sep 2014 09:35:18 -0400 Subject: [PATCH] Adding ARIA landmarks allows for example screen readers users to move directly to the page main content --- ...make_ikiwiki_websites_more_accessible.mdwn | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn diff --git a/doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn b/doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn new file mode 100644 index 000000000..85f194f36 --- /dev/null +++ b/doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn @@ -0,0 +1,47 @@ +Here is a patch for page.tmpl to add these landmarks. +diff --git a/templates/page.tmpl b/templates/page.tmpl +index 5efad1a..cb76590 100644 +--- a/templates/page.tmpl ++++ b/templates/page.tmpl +@@ -30,7 +30,7 @@ + + + +-