Hide the css-hidden link to extend the timeline from screen readers as well

This commit is contained in:
Johannes Meyer 2015-02-23 17:32:29 +01:00
parent be293f5e49
commit cebaa47aa9

View File

@ -129,7 +129,7 @@ $extrapolatedCircleWidth = $timeline->getExtrapolatedCircleWidth($timeInfo[1][$g
</div> </div>
<?php $firstRow = false; ?> <?php $firstRow = false; ?>
<?php endforeach ?> <?php endforeach ?>
<a id="end" href="<?= Url::fromRequest()->remove( <a aria-hidden="true" id="end" href="<?= Url::fromRequest()->remove(
array( array(
'raw_timestamp<', 'raw_timestamp<',
'raw_timestamp>' 'raw_timestamp>'