diff --git a/news/changelog-1.11.md b/news/changelog-1.11.md index 02588996bb3..68f3e458849 100644 --- a/news/changelog-1.11.md +++ b/news/changelog-1.11.md @@ -4,6 +4,11 @@ All changes included in 1.11: - ([#14741](https://github.com/quarto-dev/quarto-cli/issues/14741)): Don't wrap the `longtable` environment of a cross-referenceable table in a `{ ... }` group. Pandoc emits that group to scope its `\def\LTcaptype{none}`, which Quarto removes when adding its own `\caption`; keeping the now-pointless group broke packages that move the environment out of the text flow, such as `endfloat` with `\DeclareDelayedFloatFlavor*{longtable}{table}`. +## Accessibility + +- ([#14376](https://github.com/quarto-dev/quarto-cli/issues/14376)): Add a distinct, localizable `aria-label` to each navigation landmark of websites and books: the navbar, the sidebar, the mobile secondary nav, the previous/next page navigation, and the breadcrumbs (previously hardcoded English `breadcrumb`). The new `navigation-*-label` language keys can be overridden with `language:` metadata. +- ([#14376](https://github.com/quarto-dev/quarto-cli/issues/14376)): Label the table of contents `