table
A section containing data arranged in rows and columns.
Document structure roles describe structures that organize content in a page. Document structures are not usually interactive.
Description
New in ARIA 1.1
A section containing data arranged in rows and columns. See related grid.
The table role is intended for tabular containers which are not interactive. If the tabular container maintains a selection state, provides its own two-dimensional navigation, or allows the user to rearrange or otherwise manipulate its contents or the display thereof, authors SHOULD use grid or treegrid instead.
Authors SHOULD prefer the use of the host language's semantics for table whenever possible, such as the HTML table element.
Exampke
Characteristics
Semantic HTML
Reference