Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag buttons on course pages confuse tab navigation #85

Closed
torgeirl opened this issue Mar 13, 2019 · 0 comments · Fixed by #90
Closed

Tag buttons on course pages confuse tab navigation #85

torgeirl opened this issue Mar 13, 2019 · 0 comments · Fixed by #90
Labels
Milestone

Comments

@torgeirl
Copy link
Contributor

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>
@torgeirl torgeirl added this to the WCAG 2.0 milestone Mar 13, 2019
@Elthan Elthan mentioned this issue Jun 18, 2019
@torgeirl torgeirl modified the milestones: WCAG 2.0, Trix 3.0 May 15, 2020
@torgeirl torgeirl added the wcag label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant