Skip to content

Commit

Permalink
pkp/pkp-lib#9744 Replace aria-label with labelled-by in StatsPage sto…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
blesildaramirez committed Aug 30, 2024
1 parent 3772951 commit 3adedb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Container/StatsPage.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ const EditorialStatsPageWithDataAndTemplate = {
<div class="pkpStats__content">
<div class="pkpStats__table" role="region" aria-live="polite">
<PkpTable
labelled-by="editorialActivityTabelLabel"
class="pkpTable--editorialStats"
aria-label="Trends"
>
<TableHeader>
<TableColumn v-for="(column, columnIndex) in tableColumns" :key="column.name" :id="column.name">
Expand Down Expand Up @@ -538,7 +538,7 @@ const PublicationStatsPageWithDataAndTemplate = {
</template>
</PkpHeader>
<PkpTable
aria-label="Article Details"
labelled-by="articleDetailTableLabel"
:class="tableClasses"
@sort="setOrderBy"
>
Expand Down

0 comments on commit 3adedb3

Please sign in to comment.