mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
set ARIA role="presentation" for non auto-repeating grids
This commit is contained in:
parent
475219e23a
commit
66ded7f9e2
@ -391,6 +391,7 @@ export class et2_grid extends et2_DOMWidget implements et2_IDetachedDOM, et2_IAl
|
||||
{
|
||||
// No auto-repeat
|
||||
this.lastRowNode = null;
|
||||
this.table.attr({role: "presentation"})
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user