diff --git a/src/templates/common/elements/orcid_registration.html b/src/templates/common/elements/orcid_registration.html index 9c33c119c8..f16882b260 100644 --- a/src/templates/common/elements/orcid_registration.html +++ b/src/templates/common/elements/orcid_registration.html @@ -5,7 +5,6 @@ {% if orcid %}

ORCiD - {# IconA11y Semantic - alt text provided #} ORCID logo {{ orcid }}  [remove]

diff --git a/src/templates/common/elements/profile_image.html b/src/templates/common/elements/profile_image.html index 45fb8b81cd..573f83ec96 100644 --- a/src/templates/common/elements/profile_image.html +++ b/src/templates/common/elements/profile_image.html @@ -1,5 +1,4 @@ {% load static %} -{# IconA11y Semantic - has text alternative#} {{ request.journal.name }}
- {# IconA11y Semantic - updated with aria-label in a tag #}
@@ -151,7 +150,6 @@

{{ request.journal.name }}

{% csrf_token %}
- {# IconA11y Decorative - syntax updated #} diff --git a/src/themes/OLH/templates/core/homepage_elements/search_bar.html b/src/themes/OLH/templates/core/homepage_elements/search_bar.html index a899c3539e..f627f7f28c 100644 --- a/src/themes/OLH/templates/core/homepage_elements/search_bar.html +++ b/src/themes/OLH/templates/core/homepage_elements/search_bar.html @@ -13,7 +13,6 @@ - {# IconA11y Semantic - syntax updated #} Search diff --git a/src/themes/OLH/templates/core/nav.html b/src/themes/OLH/templates/core/nav.html index 86924a1976..1003a2eb70 100644 --- a/src/themes/OLH/templates/core/nav.html +++ b/src/themes/OLH/templates/core/nav.html @@ -43,7 +43,6 @@ {% if request.journal.nav_start and not journal_settings.general.disable_journal_submission %}
  • - {# IconA11y Decorative - syntax updated #} {% trans 'Start Submission' %}
  • @@ -51,7 +50,6 @@ {% if request.journal.nav_review %}
  • - {# IconA11y Decorative - syntax updated #} {% trans 'Become a Reviewer' %} diff --git a/src/themes/OLH/templates/core/news/item.html b/src/themes/OLH/templates/core/news/item.html index aca8de2d8f..7d70cd2698 100644 --- a/src/themes/OLH/templates/core/news/item.html +++ b/src/themes/OLH/templates/core/news/item.html @@ -38,7 +38,6 @@
    {{ news_item.byline }} on {{ news_item.posted|date:"Y-m-d" }}
    {{ news_item.body|safe }}
  • - {# IconA11y Decorative - syntax updated #} {% trans 'Tags ' %}

    {% for tag in news_item.tags.all %}{{ tag.text }}{% if not forloop.last %} {% endif %}{% endfor %}

    diff --git a/src/themes/OLH/templates/elements/journal/box_article.html b/src/themes/OLH/templates/elements/journal/box_article.html index d34a57efcd..7286c03590 100644 --- a/src/themes/OLH/templates/elements/journal/box_article.html +++ b/src/themes/OLH/templates/elements/journal/box_article.html @@ -19,11 +19,9 @@ {% endif %}
    {% if article.pinned %} - {# IconA11y Semantic - syntax updated #} Pinned {% endif %} - {# IconA11y Semantic - syntax updated #}

    {{ article.title|safe }} {% if article.is_remote %}   @@ -33,19 +31,15 @@

    {{ article.title|safe }} {% include "elements/journal/authors_block.html" %}

    - {# IconA11y Decorative - updated from Semantic via time tag #} - {# IconA11y Decorative - syntax updated #} {% if article.issue.issue_type.code == 'issue' %}{{ article.issue_title }}{% else %}{{ article.issue.issue_title }}{% endif %}

    {% if article.issues.count > 1 %} - {# IconA11y Decorative - syntax updated #}

    {% trans 'Also a part of:'%}

    {% for other in article.issues.all %} {% if other != article.issue %}

    - {# IconA11y Decorative - syntax updated #} {{other.issue_type.pretty_name}}: {{ other.display_title }} diff --git a/src/themes/OLH/templates/elements/journal/editorial_social_content.html b/src/themes/OLH/templates/elements/journal/editorial_social_content.html index bc23e710ea..91ad1cda49 100644 --- a/src/themes/OLH/templates/elements/journal/editorial_social_content.html +++ b/src/themes/OLH/templates/elements/journal/editorial_social_content.html @@ -4,7 +4,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Website' %} @@ -14,7 +13,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Twitter' %} @@ -24,7 +22,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Facebook' %} @@ -34,7 +31,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Github' %} @@ -44,7 +40,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Linkedin' %} diff --git a/src/themes/OLH/templates/elements/journal/issue_sidebar.html b/src/themes/OLH/templates/elements/journal/issue_sidebar.html index 4d32b90eef..20b9ea446e 100644 --- a/src/themes/OLH/templates/elements/journal/issue_sidebar.html +++ b/src/themes/OLH/templates/elements/journal/issue_sidebar.html @@ -7,7 +7,6 @@

    {% trans 'Downloads' %}

    - {# IconA11y Decorative - syntax updated #} {% trans "Download Issue" %} (PDF) diff --git a/src/themes/OLH/templates/elements/journal/preprint_article_listing.html b/src/themes/OLH/templates/elements/journal/preprint_article_listing.html index d5b9c61e4d..77ca7ff7c1 100644 --- a/src/themes/OLH/templates/elements/journal/preprint_article_listing.html +++ b/src/themes/OLH/templates/elements/journal/preprint_article_listing.html @@ -5,7 +5,6 @@ data-equalizer-watch>

    {{ preprint.title|safe }}

    {% for author in preprint.authors.all %}{{ author.full_name }}{% if not forloop.last %}, {% endif %}{% endfor %}

    - {# IconA11y Decorative - updated from Semantic via time tag #}

    diff --git a/src/themes/OLH/templates/elements/public_reviews.html b/src/themes/OLH/templates/elements/public_reviews.html index de9de4d65c..772bc798e3 100644 --- a/src/themes/OLH/templates/elements/public_reviews.html +++ b/src/themes/OLH/templates/elements/public_reviews.html @@ -4,7 +4,6 @@ data-animation-out="slide-out-down">

    - {# IconA11y Decorative - syntax updated #}

    Open peer review from {{ review.reviewer.full_name }}

    diff --git a/src/themes/OLH/templates/elements/section_block.html b/src/themes/OLH/templates/elements/section_block.html index 8dc017549b..e0947e1555 100644 --- a/src/themes/OLH/templates/elements/section_block.html +++ b/src/themes/OLH/templates/elements/section_block.html @@ -24,11 +24,9 @@

    {% trans 'Sections' %}

    {% if section.public_submissions %} - {# IconA11y Semantic - syntax updated #} {% trans 'yes' %} {% else %} - {# IconA11y Semantic - syntax updated #} {% trans 'no' %} {% endif %} @@ -37,11 +35,9 @@

    {% trans 'Sections' %}

    {% if section.number_of_reviewers > 0 %} - {# IconA11y Semantic - syntax updated #} {% trans 'yes' %} {% else %} - {# IconA11y Semantic - syntax updated #} {% trans 'no' %} {% endif %} @@ -50,11 +46,9 @@

    {% trans 'Sections' %}

    {% if section.indexing %} - {# IconA11y Semantic - syntax updated #} {% trans 'yes' %} {% else %} - {# IconA11y Semantic - syntax updated #} {% trans 'no' %} {% endif %} diff --git a/src/themes/OLH/templates/elements/submit/author.html b/src/themes/OLH/templates/elements/submit/author.html index 039c99f403..3eb725e6f7 100644 --- a/src/themes/OLH/templates/elements/submit/author.html +++ b/src/themes/OLH/templates/elements/submit/author.html @@ -5,7 +5,6 @@ data-animation-out="slide-out-down">
    - {# IconA11y Decorative - syntax updated #}

    {% trans "Add New Author" %}

    @@ -61,7 +60,6 @@

    {% trans "Add New Author

    - {# IconA11y Decorative - syntax updated #} diff --git a/src/themes/OLH/templates/journal/article.html b/src/themes/OLH/templates/journal/article.html index 0d4ef70b0e..9cc1539c7d 100644 --- a/src/themes/OLH/templates/journal/article.html +++ b/src/themes/OLH/templates/journal/article.html @@ -33,7 +33,6 @@

    {{ article.title|safe }}

    {% if author.orcid %}orcid logo{% endif %} {% if author.institution and author.institution != " " %} ({{ author.institution }}){% endif %} {% if author.display_email and not journal_settings.article.hide_author_email_links %} - {# IconA11y Semantic - syntax update #} {% endif %} {% if not forloop.last %}, {% endif %} @@ -83,7 +82,6 @@

    {{ article.title|safe }}

    ({{ author.institution }}){% endif %} - {# IconA11y Semantic - syntax updated #} {% if author.display_email and not journal_settings.article.hide_author_email_links %}
  • - {# IconA11y Semantic - syntax updated #}
  • {% endwith %} @@ -141,7 +137,6 @@

    {{ article.title|safe }}

    - {# IconA11y Semantic - updated syntax #} @@ -152,7 +147,6 @@

    {{ article.title|safe }}

    - {# IconA11y Semantic - updated via aria-label in a tag #} @@ -160,7 +154,6 @@

    {{ article.title|safe }}

  • {% trans "Dyslexia" %}
  • - {# IconA11y Semantic - syntax updated #} diff --git a/src/themes/OLH/templates/press/core/news/item.html b/src/themes/OLH/templates/press/core/news/item.html index 329e1f2d36..e6c8e440b3 100644 --- a/src/themes/OLH/templates/press/core/news/item.html +++ b/src/themes/OLH/templates/press/core/news/item.html @@ -38,7 +38,6 @@
    {% trans "Posted by" %} {{ news_item.posted_by.full_name }} {% trans "on" %} {{ news_item.body|safe }}
  • - {# IconA11y Decorative - syntax updated #} {% trans "Tags" %}

    {% for tag in news_item.tags.all %}{{ tag.text }}{% if not forloop.last %} {% endif %}{% endfor %}

    diff --git a/src/themes/OLH/templates/repository/elements/preprint_home_listing.html b/src/themes/OLH/templates/repository/elements/preprint_home_listing.html index c7b0836717..ece23e5208 100644 --- a/src/themes/OLH/templates/repository/elements/preprint_home_listing.html +++ b/src/themes/OLH/templates/repository/elements/preprint_home_listing.html @@ -5,7 +5,6 @@ data-equalizer-watch>

    {{ preprint.title|safe }}

    {{ preprint.display_authors_compact }}

    - {# IconA11y Decorative - updated from Semantic using time tag #}

    diff --git a/src/themes/OLH/templates/repository/home.html b/src/themes/OLH/templates/repository/home.html index ca4a27eb52..893201f58c 100644 --- a/src/themes/OLH/templates/repository/home.html +++ b/src/themes/OLH/templates/repository/home.html @@ -19,7 +19,6 @@

    {{ request.repository.name }}

    {% csrf_token %}
    - {# IconA11y Semantic - syntax updated #} Search diff --git a/src/themes/OLH/templates/repository/list.html b/src/themes/OLH/templates/repository/list.html index ebc58b7a09..e58390df7e 100644 --- a/src/themes/OLH/templates/repository/list.html +++ b/src/themes/OLH/templates/repository/list.html @@ -34,10 +34,8 @@

    {{ request.repository.object_name_plural }}

    {{ preprint.title|safe }}

    {{ preprint.display_authors_compact }}

    - {# IconA11y Decorative - updated from Semantic with time tag #}    - {# IconA11y Decorative - syntax updated #} {% include "common/repository/subject_display.html" %}

    {{ preprint.abstract|striptags|truncatesmart:400 }}

    @@ -67,7 +65,6 @@

    {{ preprint.title|safe }}

    {% csrf_token %}
    - {# IconA11y Semantic - syntax updated #} Search diff --git a/src/themes/OLH/templates/repository/preprint.html b/src/themes/OLH/templates/repository/preprint.html index 60e7d00d6f..31f433abd6 100644 --- a/src/themes/OLH/templates/repository/preprint.html +++ b/src/themes/OLH/templates/repository/preprint.html @@ -113,7 +113,6 @@

    {% trans 'Comments' %}

    {% if preprint.current_version.file %}

    {% trans "Downloads" %}

    - {# IconA11y Decorative - syntax updated #} Download {{ request.repository.object_name }} @@ -139,7 +138,6 @@

    {% trans "Metadata" %}

    {% trans "Versions" %}

    {% endif %} - {# IconA11y Decorative - syntax updated #} {% trans "All Preprints" %}
    diff --git a/src/themes/clean/templates/core/homepage_elements/search_bar.html b/src/themes/clean/templates/core/homepage_elements/search_bar.html index 2559732e26..333a71627d 100644 --- a/src/themes/clean/templates/core/homepage_elements/search_bar.html +++ b/src/themes/clean/templates/core/homepage_elements/search_bar.html @@ -14,7 +14,6 @@
    - {# IconA11y Decorative - syntax updated #}
    diff --git a/src/themes/clean/templates/core/news/item.html b/src/themes/clean/templates/core/news/item.html index 6f7d1e582c..1ee715c4e6 100644 --- a/src/themes/clean/templates/core/news/item.html +++ b/src/themes/clean/templates/core/news/item.html @@ -17,7 +17,6 @@

    {{ news_item.title|safe }}

    {{ news_item.byline }} on {{ news_item.posted|date:"Y-m-d" }}

    {{ news_item.body|safe }}


    - {# IconA11y Decorative - syntax updated #} {% trans 'Tags ' %}

    {% for tag in news_item.tags.all %}{{ tag.text }}{% if not forloop.last %}, {% endif %}{% endfor %}

    {% trans "Back to" %} {{ journal_settings.news.news_title }} {% trans "List" %} diff --git a/src/themes/clean/templates/elements/article_listing.html b/src/themes/clean/templates/elements/article_listing.html index b63f4449f3..9af536cdcd 100644 --- a/src/themes/clean/templates/elements/article_listing.html +++ b/src/themes/clean/templates/elements/article_listing.html @@ -21,7 +21,6 @@
    {% if article.is_remote %} - {# IconA11y Semantic - updated to include screen reader only text #}

    Externally hosted article: {{ article.title|safe }} @@ -37,12 +36,10 @@

    {{ article.title|safe }}

    {% endif %}{% endif %}{{ author.full_name }}{% if not forloop.last %}{% if not forloop.counter == article.frozen_authors.all|length|add:-1 %}, {% endif %}{% endif %}{% endfor %}

    - {# IconA11y Decorative - changed from Semantic by using the HTML time tag #} {% if article.issue %} - {# IconA11y Decorative - syntax updated #} {{ article.issue_title }} @@ -50,12 +47,10 @@

    {{ article.title|safe }}

    {% endif %}

    {% if article.issues.count > 1 %} - {# IconA11y Decorative - syntax updated #}

    {% trans 'Also a part of:'%}

    {% for other in article.issues.all %} {% if other != article.issue %}

    - {# IconA11y Decorative - syntax updated #} {{other.issue_type.pretty_name}}: {{ other.display_title }} diff --git a/src/themes/clean/templates/elements/journal/editorial_social_content.html b/src/themes/clean/templates/elements/journal/editorial_social_content.html index cfa4576150..cc2b1b23ee 100644 --- a/src/themes/clean/templates/elements/journal/editorial_social_content.html +++ b/src/themes/clean/templates/elements/journal/editorial_social_content.html @@ -4,7 +4,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Website' %} @@ -14,7 +13,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Twitter' %} @@ -24,7 +22,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Facebook' %} @@ -34,7 +31,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Github' %} @@ -44,7 +40,6 @@ - {# IconA11y Decorative - syntax updated #} {% trans 'Linkedin' %} diff --git a/src/themes/clean/templates/elements/journal/issue_sidebar.html b/src/themes/clean/templates/elements/journal/issue_sidebar.html index daf732fc49..88df385b20 100644 --- a/src/themes/clean/templates/elements/journal/issue_sidebar.html +++ b/src/themes/clean/templates/elements/journal/issue_sidebar.html @@ -6,7 +6,6 @@

    {% trans 'Downloads' %}

    - {# IconA11y Decorative - syntax updated #}   {% trans 'Download Issue' %} (PDF) diff --git a/src/themes/clean/templates/elements/preprint_block.html b/src/themes/clean/templates/elements/preprint_block.html index 531e5b10fd..a66be49b19 100644 --- a/src/themes/clean/templates/elements/preprint_block.html +++ b/src/themes/clean/templates/elements/preprint_block.html @@ -13,7 +13,6 @@ {% endif %}{% endfor %}

    - {# IconA11y Decorative - updated to decorative with an HTML time tag #}  

    {% endif %} @@ -203,7 +198,6 @@
    {{ article.citation_count }}
    - {# IconA11y Decorative - syntax updated #}

    {% trans "Citations" %}

    {% endif %} @@ -237,14 +231,12 @@

    {% trans "Share" %}

    {% with article.get_doi_url as doi_url%} - {# IconA11y Semantic - syntax updated #} - {# IconA11y Semantic - syntax updated #} @@ -268,7 +260,6 @@

    ({{ author.institution }}) {% endif %} {% if author.display_email and not journal_settings.article.hide_author_email_links %} - {# IconA11y Semantic - syntax updated #} Email author. @@ -401,7 +392,6 @@

    {{ article.license.name }} {% if article.license.url %} - {# IconA11y Semantic - updated to aria-label on a tag #} @@ -439,7 +429,6 @@

    {% trans "Peer Review" %}

    - {# IconA11y Decorative - syntax updated #} {% trans "This article has been peer reviewed." %}

    diff --git a/src/themes/material/templates/preprints/article.html b/src/themes/material/templates/preprints/article.html index 332aab25f7..f4a11b2a18 100644 --- a/src/themes/material/templates/preprints/article.html +++ b/src/themes/material/templates/preprints/article.html @@ -149,7 +149,6 @@
    {% trans "Citation" %}
    {% trans "APA Citation" %}
    - {# IconA11y Decorative - syntax updated #}


    {% trans "All Preprints" %}

    diff --git a/src/themes/material/templates/preprints/editors.html b/src/themes/material/templates/preprints/editors.html index 2efacc13b9..6b8580a097 100644 --- a/src/themes/material/templates/preprints/editors.html +++ b/src/themes/material/templates/preprints/editors.html @@ -25,7 +25,6 @@

    {{ subject.name }}

    class="btn-floating halfway-fab waves-effect waves-light red" aria-label="User profile" > - {# IconA11y Semantic - updated with aria-label on a tag #} {% endif %}
    diff --git a/src/themes/material/templates/preprints/list.html b/src/themes/material/templates/preprints/list.html index 2052c4c0b7..45c21057d4 100644 --- a/src/themes/material/templates/preprints/list.html +++ b/src/themes/material/templates/preprints/list.html @@ -28,10 +28,8 @@

    {% trans "All Preprints" %}

    {% if not forloop.counter == article.authors.all|length|add:-1 %}, {% endif %}{% endif %}{% endfor %}

    - {# IconA11y Decorative - changed from Semantic using time tag #} - {# IconA11y Decorative - syntax updated #} {{ article.get_subject_area }} diff --git a/src/themes/material/templates/press/core/news/item.html b/src/themes/material/templates/press/core/news/item.html index 0b9a86d404..ab552f1c83 100644 --- a/src/themes/material/templates/press/core/news/item.html +++ b/src/themes/material/templates/press/core/news/item.html @@ -20,7 +20,6 @@

    {% trans "Posted by" %} {{ news_item.posted_by.full_name }} {% trans "on

    {{ news_item.body|safe }}

    {% if news_item.tags.all %}
    - {# IconA11y Decorative - syntax updated #} {% trans "Tags" %}

    {% for tag in news_item.tags.all %} {{ preprint.title|safe }}

    visible version.

    - {# IconA11y Decorative - syntax updated #} Download {{ request.repository.object_name }} @@ -131,7 +130,6 @@

    {{ preprint.title|safe }}

    {% trans "Downloads" %}

    - {# IconA11y Decorative - syntax updated #} Download {{ request.repository.object_name }}

    @@ -185,7 +183,6 @@

    Older Versions

    - {# IconA11y Semantic - updated using aria-label on a tag #}   Version {{ version.version }} - {{ version.date_time|date:"Y-m-d" }}