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

Form elements lack labels #84

Closed torgeirl closed 5 years ago

torgeirl commented 5 years ago

Success Criteria 1.3.1 and 3.3.2 in WCAG 2 requires labels to ensure that form controls are announced properly by assistive technologies, like screen readers.

Failing elements:

<input type="checkbox" ng-model="negative" class="ng-pristine ng-untouched ng-valid ng-empty">
<select ng-model="tagToAdd" ng-change="addTag()" class="ng-pristine ng-untouched ng-valid ng-empty">