diff --git a/news/changelog-1.10.md b/news/changelog-1.10.md
index c4908d9192e..e1f82a7367e 100644
--- a/news/changelog-1.10.md
+++ b/news/changelog-1.10.md
@@ -11,6 +11,7 @@ All changes included in 1.10:
## Dependencies
- ([#14291](https://github.com/quarto-dev/quarto-cli/issues/14291)): Update `deno` to v2.7.14 (fixes silent crash on Windows builds older than 16299).
+- ([#14602](https://github.com/quarto-dev/quarto-cli/pull/14602)): Add `aria-label` and `alt=""` to properly announce ORCID image link in author metadata HTML/Reveal.js partial. (author: @mcanouil)
## Accessibility
@@ -94,4 +95,4 @@ All changes included in 1.10:
- ([#14461](https://github.com/quarto-dev/quarto-cli/issues/14461)): Fix `quarto render --to pdf` aborting with `ERROR: Problem running 'fmtutil-sys --all' to rebuild format tree.` when an automatically-installed LaTeX package's post-update format rebuild fails. Format-tree rebuild is now treated as best-effort housekeeping (matching upstream `tinytex` R behavior) — the failure is logged as a warning and the package install completes.
- ([#14472](https://github.com/quarto-dev/quarto-cli/issues/14472)): Add support for Kotlin in code annotations and YAML cell options. (author: @barendgehrels)
- ([#14529](https://github.com/quarto-dev/quarto-cli/issues/14529)): Fix bundled Julia engine path leaking into rendered YAML metadata and pandoc log output when running an installed Quarto. The internal subtree-engine filter only matched the source-tree share-path layout (`resources/extension-subtrees/`) and missed installed layouts where the path is `share/extension-subtrees/`.
-- ([#14582](https://github.com/quarto-dev/quarto-cli/issues/14582)): Fix format detection for extension formats (e.g. `acm-pdf`) in project preview, manuscript notebooks, MECA bundles, and website format ordering.
\ No newline at end of file
+- ([#14582](https://github.com/quarto-dev/quarto-cli/issues/14582)): Fix format detection for extension formats (e.g. `acm-pdf`) in project preview, manuscript notebooks, MECA bundles, and website format ordering.
diff --git a/src/resources/formats/html/templates/_title-meta-author.html b/src/resources/formats/html/templates/_title-meta-author.html
index 873c752281e..6877e526cf0 100644
--- a/src/resources/formats/html/templates/_title-meta-author.html
+++ b/src/resources/formats/html/templates/_title-meta-author.html
@@ -1 +1 @@
-$if(it.url)$$endif$$it.name.literal$$if(it.degrees)$, $for(it.degrees)$$it$$sep$, $endfor$$endif$$if(it.url)$$endif$$if(it.email)$ $endif$ $if(it.orcid)$ $endif$
\ No newline at end of file
+$if(it.url)$$endif$$it.name.literal$$if(it.degrees)$, $for(it.degrees)$$it$$sep$, $endfor$$endif$$if(it.url)$$endif$$if(it.email)$ $endif$ $if(it.orcid)$
$endif$
diff --git a/src/resources/formats/revealjs/pandoc/title-fancy/title-slide.html b/src/resources/formats/revealjs/pandoc/title-fancy/title-slide.html
index 897d0d1ec00..d3ff00f03f7 100644
--- a/src/resources/formats/revealjs/pandoc/title-fancy/title-slide.html
+++ b/src/resources/formats/revealjs/pandoc/title-fancy/title-slide.html
@@ -8,7 +8,7 @@