From d4d62ac414a3ba706fb65c581581c419a90d5ac9 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 27 May 2014 16:59:28 +0200 Subject: Set aria-* attributes for autocompletion fields and widgets --- program/js/list.js | 1 + 1 file changed, 1 insertion(+) (limited to 'program/js/list.js') diff --git a/program/js/list.js b/program/js/list.js index f64d38bc3..59651b8a2 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -213,6 +213,7 @@ init_fixed_header: function() if (!this.fixed_header) { this.fixed_header = $('') .attr('class', this.list.className + ' fixedcopy') + .attr('role', 'presentation') .css({ position:'fixed' }) .append(clone) .append(''); -- cgit v1.2.3