devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Tag buttons on course pages confuse tab navigation #85

Closed torgeirl closed 5 years ago

torgeirl commented 5 years ago

I believe the use of unclickable buttons as tag visualization is a violation of WCAG 2.0:

<div ng-controller="RemoveTagCtrl" class="assignments-selectedtags-listing ng-scope">
    <h3>Valgte tags:</h3>
    <button type="button" class="btn btn-primary btn-sm disabled">IN1000</button>
    <button type="button" class="btn btn-primary btn-sm disabled">høst2018</button>
 </div>