From d4d62ac414a3ba706fb65c581581c419a90d5ac9 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 27 May 2014 10:59:28 -0400 Subject: [PATCH] Set aria-* attributes for autocompletion fields and widgets --- program/js/list.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/js/list.js b/program/js/list.js index f64d38b..59651b8 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -213,6 +213,7 @@ if (!this.fixed_header) { this.fixed_header = $('<table>') .attr('class', this.list.className + ' fixedcopy') + .attr('role', 'presentation') .css({ position:'fixed' }) .append(clone) .append('<tbody></tbody>'); -- Gitblit v1.9.1