We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c92c36 commit 198e7b7Copy full SHA for 198e7b7
app/components/class-field-description.hbs
@@ -16,9 +16,8 @@
16
{{#if @field.deprecated}}
17
<span class='access'>deprecated</span>
18
{{/if}}
19
- {{!-- TODO: Fix this link for a11y --}}
20
- <a class='class-field-description--link' href="#{{@field.name}}">
21
- {{svg-jar 'link' width='20px' height='20px'}}
+ <a class='class-field-description--link' href="#{{@field.name}}" aria-label="Jump to {{@field.name}}">
+ {{svg-jar 'link' width='20px' height='20px' aria-hidden='true'}}
22
</a>
23
</h3>
24
{{#if @model.module}}
0 commit comments