OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/templates/components/accessible_by_keyboard.html

9 lines
283 B

<a data-ng-click='isDisabled || execute()'
role="link"
class='{{ linkClass }}'
ng-disabled="isDisabled || undefined"
title='{{ linkTitle }}'
aria-label="{{ ariaLabel }}"
data-click-on-keypress="[13, 32]">
<span ng-transclude class='{{ spanClass }}'></span>
</a>