Skip to content

Commit 3a77730

Browse files
committed
ccessibility improvement for linked headings
1 parent 4f6cc2b commit 3a77730

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

dist/four-point-seven/forms/article/article_listing.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<li class="article" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
22
<h4 itemprop="headline">
3-
<a href="<txp:permlink />" itemprop="url mainEntityOfPage">
3+
<a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">
44
<txp:title />
55
</a>
66
</h4>

dist/four-point-seven/forms/article/default.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<txp:if_individual_article>
55
<h1 itemprop="headline"><txp:title /></h1>
66
<txp:else />
7-
<h1 itemprop="headline"><a href="<txp:permlink />" itemprop="url"><txp:title /></a>
7+
<h1 itemprop="headline"><a href="<txp:permlink />" itemprop="url" title="<txp:text item="read_more" />"><txp:title /></a>
88
</h1>
99
</txp:if_individual_article>
1010

dist/four-point-seven/forms/article/search_results.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<li class="article" itemscope itemtype="https://schema.org/Article">
22
<h4 itemprop="headline">
3-
<a href="<txp:permlink />" itemprop="url">
3+
<a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">
44
<txp:title />
55
</a>
66
</h4>

src/templates/forms/article/article_listing.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<li class="article" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
22
<h4 itemprop="headline">
3-
<a href="<txp:permlink />" itemprop="url mainEntityOfPage">
3+
<a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">
44
<txp:title />
55
</a>
66
</h4>

src/templates/forms/article/default.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<txp:if_individual_article>
55
<h1 itemprop="headline"><txp:title /></h1>
66
<txp:else />
7-
<h1 itemprop="headline"><a href="<txp:permlink />" itemprop="url"><txp:title /></a>
7+
<h1 itemprop="headline"><a href="<txp:permlink />" itemprop="url" title="<txp:text item="read_more" />"><txp:title /></a>
88
</h1>
99
</txp:if_individual_article>
1010

src/templates/forms/article/search_results.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<li class="article" itemscope itemtype="https://schema.org/Article">
22
<h4 itemprop="headline">
3-
<a href="<txp:permlink />" itemprop="url">
3+
<a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">
44
<txp:title />
55
</a>
66
</h4>

0 commit comments

Comments
 (0)