Skip to content

Commit 0971c51

Browse files
committed
OwnersList: Add missing role=list attribute
see https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html
1 parent 16f4369 commit 0971c51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/components/owners-list.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<ul local-class="list {{if this.showDetailedList "detailed"}}" data-test-owners>
1+
<ul
2+
role="list"
3+
local-class="list {{if this.showDetailedList "detailed"}}"
4+
data-test-owners
5+
>
26
{{#each @owners as |owner|}}
37
<li>
48
<LinkTo

0 commit comments

Comments
 (0)