Skip to content

Commit fb6aa92

Browse files
committed
aria role for accessibility
1 parent 946e5fd commit fb6aa92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/viewer/src/components/Shared/Link/Property.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
href="/properties/{Id.format('P', property.id)}"
1212
class="property-link"
1313
class:emphasized
14+
role={emphasized ? 'strong' : 'none'}
1415
>
1516
<slot>
1617
{#if content === 'name'}

0 commit comments

Comments
 (0)