Skip to content

Commit

Permalink
fix(concert_list_item): Add “aria-hidden” attribute to microformat tags
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 4, 2018
1 parent 6ff4aef commit 9653635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/concert_list_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function concert_list_item(array $opts)
'</p>' .
'<p class="location vcard">' .
get_field('location', $ID) .
'<span class="fn org">' .
'<span class="fn org" aria-hidden="true">' .
'<span class="value-title" title="Paine Hall, Harvard University Department of Music"></span>' .
'<span class="adr">' .
'<span class="street-address">' .
Expand Down Expand Up @@ -73,7 +73,7 @@ function concert_list_item(array $opts)
'</p>' .
'</div>' .
'</a>' .
'<span class="category">' .
'<span class="category" aria-hidden="true">' .
'<span class="value-title" title="Concert"></span>' .
'</span>' .
"</$EL>";
Expand Down

0 comments on commit 9653635

Please sign in to comment.