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.
SVG title: "Lightbulb moment!"
role: img
Print this page to PDF (Ctrl+P), then check
accessibility tree in the output.
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.