Skip to content

Commit 53d60f3

Browse files
Merge pull request #692 from zendesk/GA11YFIX-442
[GA11YFIX-442] table header accessibility for subscriptions page
2 parents 4e38f2f + 10c5f61 commit 53d60f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/subscriptions_page.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<div class="container">
2323
<header class="my-activities-header">
24-
<h1>{{t 'following'}}</h1>
24+
<h1 id="subscriptions-h1">{{t 'following'}}</h1>
2525
</header>
2626

2727
<div class="my-activities-following-header">
@@ -44,13 +44,13 @@
4444

4545
<div id="main-content" class="requests">
4646
{{#if subscriptions}}
47-
<table class="table my-activities-table subscriptions-table">
47+
<table class="table my-activities-table subscriptions-table" aria-labelledby="subscriptions-h1">
4848
<thead>
4949
<tr>
5050
<th>{{t 'title'}}</th>
5151
<th>{{t 'type'}}</th>
5252
<th>{{t 'subscription'}}</th>
53-
<th></th>
53+
<th scope="col"><span class="visibility-hidden">{{t 'actions'}}</span></th>
5454
</tr>
5555
</thead>
5656
<tbody>

0 commit comments

Comments
 (0)