Web Accessibility Standards as presented by SUNY Electronic & Information Technology (EIT) Accessibility with explanations from SLS:
If you're using a table for layout, you should add role="presentation" to the table code, Don't use <caption> or <th> code because the system will think that this is a data table. You can just put the title above the table using regular <p></p> tags.
Resources: