mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
feat(accessibility): enhance accessibility features across components and improve focus management (#725)
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
{{- if $showToc -}}
|
||||
<dialog id="toc-dialog" aria-labelledby="toc-dialog-title" role="dialog">
|
||||
<div class="toc">
|
||||
<h2 class="toc-title">{{ T "single.contents" }}</h2>
|
||||
<h2 class="toc-title" id="toc-dialog-title">{{ T "single.contents" }}</h2>
|
||||
<div class="toc-content" id="toc-content-drawer">
|
||||
{{- replace $tableOfContents `id="TableOfContents"` "" | safeHTML -}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user