Skip to content
Snippets Groups Projects
Commit 3eeddcfc authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #2937639 by hotwebmatter, hiway, andrewmacpherson, markconroy, shaal,...

Issue #2937639 by hotwebmatter, hiway, andrewmacpherson, markconroy, shaal, cehfisher, mgifford, kjay, Eli-T, kbeck303: Umami Theme - a11y context is needed for read more links
parent 81915a93
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -94,7 +94,9 @@
{{ title_suffix }}
<div class="read-more">
<a class="read-more__link" href="{{ url }}">{% trans %}View {{ node.type.entity.label() }}{% endtrans %}</a>
<a class="read-more__link" href="{{ url }}">
{% trans %}View {{ node.type.entity.label() }}{% endtrans %} <span class="visually-hidden"> - {{ label }}</span>
</a>
</div>
<div{{ content_attributes.addClass('node__content') }}>
......
......@@ -95,7 +95,9 @@
</div>
<div class="read-more">
<a class="read-more__link" href="{{ url }}">{% trans %}View {{ node.type.entity.label() }}{% endtrans %}</a>
<a class="read-more__link" href="{{ url }}">
{% trans %}View {{ node.type.entity.label() }}{% endtrans %} <span class="visually-hidden"> - {{ label }}</span>
</a>
</div>
</article>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment