]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn
recap of yamlfront issue opened on github
[ikiwiki.git] / doc / todo / add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn
index 745ed05ebf8c151bb9fdce6d58e788b47bc478d9..f8e38a45553d6efc8a1b942164b06739e746b466 100644 (file)
@@ -1,5 +1,12 @@
 Here is a patch for page.tmpl to add these landmarks.
-{{{diff --git a/templates/page.tmpl b/templates/page.tmpl
+
+> 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 reviewer 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
 --- a/templates/page.tmpl
 +++ b/templates/page.tmpl
@@ -45,4 +52,4 @@ index 5efad1a..cb76590 100644
  <TMPL_UNLESS DYNAMIC>
  <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF>
  
-}}}
+"""]]