gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.62k stars 611 forks source link

PPTs failing accessibility test: Missing Table Header #1299

Open bob-dlc opened 9 months ago

bob-dlc commented 9 months ago

The accessibility checker built into PowerPoint reports that tables are "Missing Table Header" even when I set options to {autoPage:true, autoPageRepeatHeader:true}. The top row of the table indeed acts like a header visually, but not semantically as far as PowerPoint is concerned. As such, the PPTs fail accessibility testing and are inaccessible for users of assistive technologies such as screen readers. Are there workarounds and/or can this be fixed? Thanks.