Skip to content

Commit

Permalink
WCAG improvement for format=datatable (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwiel committed Jul 24, 2024
1 parent 936ea35 commit d01cc57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formats/datatables/resources/ext.srf.formats.datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@

var table = container.find("table");
table.removeClass("wikitable");
table.find("tbody:first").attr("aria-live", "polite");

_datatables.initColumnSort(table);

Expand Down

0 comments on commit d01cc57

Please sign in to comment.