diff --git a/securedrop/source_templates/lookup.html b/securedrop/source_templates/lookup.html index 25a268723a6..d530f0924d0 100644 --- a/securedrop/source_templates/lookup.html +++ b/securedrop/source_templates/lookup.html @@ -9,7 +9,12 @@ #} - + {# ARIA-HIDDEN violates axe rule aria-hidden-focus, because we (a) want to + hide the superfluous "show"/"hide" links from screen-readers, (b) do not + want to remove these elements from sequential navigation with TABINDEX="-1", + and (c) do not have recourse in the Source Interface to scripting the + ARIA-HIDDEN value dynamically. Cf. #6031. #} +
{{ codename }} @@ -99,13 +104,13 @@

{{ gettext('Read Replies') }}

{% if replies %} -

{{ gettext("You have received a reply. To protect your identity in the unlikely event someone learns your codename, please delete all replies when you're done with them. This also lets us know that you are aware of our reply. You can respond by submitting new files and messages above.") }}

+ {{ gettext("You have received a reply. To protect your identity in the unlikely event someone learns your codename, please delete all replies when you're done with them. This also lets us know that you are aware of our reply. You can respond by submitting new files and messages above.") }}
{# FIXME:
#} {% for reply in replies %} -
+
@@ -117,7 +122,7 @@

{{ gettext('Read Replies') }}

{{ gettext('Delete reply') }} #} - +

{{ gettext('Delete this reply?') }} {{ gettext('Cancel') }} @@ -134,7 +139,7 @@