Copy link to clipboard
Copied
I am generating a series of tagged PDFs from html files using BrowserShot and Puppeteer. The html includes several inline SVGs that are decorative. In the resulting PDF, each SVG "shows up" in the Content panel as a series of untagged Path elements. The accessibility checker reports no issues. I want the SVGs to be ignored in the PDF. Does a series of untagged Path elements cause any kind of accessibility issues? Because these PDFs are generated programmatically and these are decorative elements, I want to avoid having to correct , add tags to, or remediate the PDFs.
Have something to add?