diff options
author | smcv <smcv@web> | 2014-09-30 09:46:19 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-09-30 09:46:19 -0400 |
commit | a8bbea86519e18b8c1feb7891cf3fcd8d14cb566 (patch) | |
tree | b5106b62565dc3ee54e4efd68a06500eae0226d9 | |
parent | c0c0d7b65baa6c89fe8dd6d3c0cd0a0082c0ece8 (diff) | |
download | ikiwiki-a8bbea86519e18b8c1feb7891cf3fcd8d14cb566.tar ikiwiki-a8bbea86519e18b8c1feb7891cf3fcd8d14cb566.tar.gz |
non-review
-rw-r--r-- | doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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 index 36e5d0fbf..16fb7451e 100644 --- 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 @@ -1,5 +1,10 @@ Here is a patch for page.tmpl to add these landmarks. +> This can't be applied as a patch as-is because it's based on Tails' +> modified `page.tmpl`, but I get the general idea. A reviewed will need +> to check the ARIA meanings of those roles to confirm that they +> are appropriate (I haven't done that yet). [[!tag patch]] --[[smcv]] + [[!format diff """ diff --git a/templates/page.tmpl b/templates/page.tmpl index 5efad1a..cb76590 100644 |