Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/output-formats/_pdf-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You can only specify one standard from each family (one PDF/A variant, one PDF/U

Although Quarto can't on its own guarantee accessibility requirements are met, many are satisfied through the Markdown structure of the document:
Copy link
Collaborator Author

@cwickham cwickham Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gordonwoodhull Should we say anything about the YAML values that get propogated to the PDF document metadata too? I.e. I think you always need to set title.


- **Alt text propagation**: Alt text from markdown image captions and `fig-alt` attributes is passed through to the PDF for screen readers. See [Figures](/docs/authoring/figures.qmd) for details on specifying alt text.
- **Alt text propagation**: Alt text from markdown image captions and `fig-alt` attributes is passed through to the PDF for screen readers. See [Figures](/docs/authoring/figures.qmd#alt-text) for details on specifying alt text.
- **Document tagging**: Markdown provides the semantic structure to fulfill tagging requirements. Typst always has PDF tagging enabled, and Quarto enables PDF tagging for LaTeX when you specify a standard that requires it. [PDF/UA standards and PDF/A "a" variants like `a-2a`]{.aside}

Use validation (described below) to identify accessibility issues in your documents that may require manual attention.
Expand Down