You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **Alt text for every image**, specified with `fig-alt`. See [Figures]({{< meta quarto-root >}}/docs/authoring/figures.html#alt-text) for details.
86
+
* **Alt text for every image**, specified with `fig-alt`. See [Figures](https://{{< meta prerelease-link-subdomain >}}quarto.org/docs/authoring/figures.html#alt-text) for details.
88
87
89
-
See the [LaTeX]({{< meta quarto-root >}}/docs/output-formats/pdf-basics.html#accessibility-requirements) and [Typst]({{< meta quarto-root >}}/docs/output-formats/typst.html#accessibility-requirements) documentation for more details.
88
+
See the [LaTeX](https://{{< meta prerelease-link-subdomain >}}quarto.org/docs/output-formats/pdf-basics.html#accessibility-requirements) and [Typst](https://{{< meta prerelease-link-subdomain >}}quarto.org/docs/output-formats/typst.html#accessibility-requirements) documentation for more details.
90
89
91
90
## If your document fails validation
92
91
@@ -102,7 +101,7 @@ We ran our test suite -- 188 LaTeX examples and 317 Typst examples -- to find wh
102
101
103
102
Margin content is the biggest structural blocker. If you use `.column-margin` divs, `cap-location: margin`, `reference-location: margin`, or `citation-location: margin`, the resulting PDF will not pass UA-2. The underlying `sidenotes` and `marginnote` LaTeX packages [do not cooperate with PDF tagging](https://github.com/quarto-dev/quarto-cli/issues/14103).
104
103
105
-
(Margin content does work with Typst and passes UA-1 -- see [Typst Article Layout]({{< meta quarto-root >}}/docs/output-formats/typst.html#article-layout).)
104
+
(Margin content does work with Typst and passes UA-1 -- see [Typst Article Layout](https://{{< meta prerelease-link-subdomain >}}quarto.org/docs/output-formats/typst.html#article-layout).)
106
105
107
106
There are smaller upstream issues in Pandoc, LaTeX, and LaTeX packages, [documented here](https://github.com/quarto-dev/quarto-cli/pull/14097#issuecomment-3947653207).
108
107
@@ -112,7 +111,7 @@ In our tests, Typst catches every UA-1 violation, and fails to generate the PDF.
112
111
113
112
Typst also seems to do a very good job of generating UA-1 compliant output by default -- almost all errors were due to missing titles or missing alt text.
114
113
115
-
However, we did discover that [Typst Books]({{< meta quarto-root >}}/docs/books/book-output.html#typst-output) are not yet compliant. There is a [structural problem with the Typst orange-book package](https://github.com/flavio20002/typst-orange-template/issues/38) and we'll work with the maintainers to correct it.
114
+
However, we did discover that [Typst Books](https://{{< meta prerelease-link-subdomain >}}quarto.org/docs/books/book-output.html#typst-output) are not yet compliant. There is a [structural problem with the Typst orange-book package](https://github.com/flavio20002/typst-orange-template/issues/38) and we'll work with the maintainers to correct it.
This feature is new in the upcoming Quarto 1.9 release. To use the feature now, you'll need to [download and install]({{< meta quarto-root >}}/docs/download/prerelease.html) the Quarto pre-release.
4
+
This feature is new in the upcoming Quarto 1.9 release. To use the feature now, you'll need to [download and install](https://{{< meta prerelease-link-subdomain >}}quarto.org/docs/download/prerelease.html) the Quarto pre-release.
0 commit comments