diff --git a/.datatables-commit-sync b/.datatables-commit-sync index e4795604..46ae20a9 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -8f8b1e7915da0e8681302016830c46dd62fa9797 +7af052b65bad5f70edd2aa928eab03ce43206081 diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index ce1f9f38..d6a68052 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -1677,9 +1677,6 @@ _fnDetectHeader( oSettings.aoHeader, thead ); } - /* ARIA role for the rows */ - $(thead).find('>tr').attr('role', 'row'); - /* Deal with the footer - add classes if required */ $(thead).find('>tr>th, >tr>td').addClass( classes.sHeaderTH ); $(tfoot).find('>tr>th, >tr>td').addClass( classes.sFooterTH ); @@ -2952,9 +2949,8 @@ } ); n - .attr( 'role', 'alert' ) - .attr( 'aria-live', 'polite' ) - .attr( 'aria-relevant', 'all' ); + .attr( 'role', 'status' ) + .attr( 'aria-live', 'polite' ); // Table is described by our info div $(settings.nTable).attr( 'aria-describedby', tid+'_info' );