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 Slide Title #1298

Open bob-dlc opened 9 months ago

bob-dlc commented 9 months ago

The accessibility checker built into PowerPoint reports that slides are "Missing Slide Title" even when I add a slide title as described in Issue #903. 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.