We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af7618 commit 4ba7c6eCopy full SHA for 4ba7c6e
1 file changed
app/pages/search.vue
@@ -589,9 +589,12 @@ defineOgImageComponent('Default', {
589
590
<template>
591
<main class="flex-1" :class="{ 'overflow-x-hidden': viewMode !== 'table' }">
592
+ <h1 id="search-heading-title" class="sr-only">
593
+ {{ $t('search.results') }}
594
+ </h1>
595
<!-- Results area with container padding -->
596
<div class="container-sm py-6">
- <section v-if="query" :aria-label="$t('search.results')">
597
+ <section v-if="query" aria-labelledby="search-heading-title">
598
<!-- Initial loading (only after user interaction, not during view transition) -->
599
<LoadingSpinner v-if="showSearching" :text="$t('search.searching')" />
600
0 commit comments