Skip to content

Commit 7552ca0

Browse files
committed
fix: <caption> breaking keyboard table navigation
A usable navigation is more important than a caption.
1 parent 3233514 commit 7552ca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/shared/components/dates-overview/dates-overview.component.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<div class="date-time-overview mt-2 table-responsive">
33
<table class="table table-borderless d-inline-block mt-1" data-id="overviewDates">
44
<thead>
5-
<caption class="visually-hidden">{{ 'poll.caption' | translate }}</caption>
65
<tr>
76
@for (date of appointment.suggestedDates; track date; let i = $index) {
8-
<th scope="row">
7+
<th>
98
{{ 'date.date' | translate }} {{ i + 1 }}
109
</th>
1110
}

0 commit comments

Comments
 (0)