Inline SVG Accessibility Issue After Printing to PDF

#40883733 Accepted P4

Bug

Inline SVG elements with accessibility attributes (e.g. role="img", <title>) lose their accessible names or roles after printing to PDF and re-reading the document.

Test SVG

Lightbulb moment!

SVG title: "Lightbulb moment!"

role: img

Print this page to PDF (Ctrl+P), then check accessibility tree in the output.

How to Reproduce

Steps

1. Open this page in Chrome.

2. Print to PDF (Ctrl+P > Save as PDF).

3. Open the generated PDF and inspect its accessibility structure.

4. The SVG <title> text ("Lightbulb moment!") should be preserved as an accessible name but may be missing.