File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/svelte.dev/content/docs/svelte/98-reference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Coding for the keyboard is important for users with physical disabilities who ca
81
81
### a11y_consider_explicit_label
82
82
83
83
```
84
- Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute
84
+ Buttons and links should either contain text or have an `aria-label`, `aria-labelledby` or `title ` attribute
85
85
```
86
86
87
87
### a11y_distracting_elements
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Coding for the keyboard is important for users with physical disabilities who ca
102
102
### a11y_consider_explicit_label
103
103
104
104
```
105
- Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute
105
+ Buttons and links should either contain text or have an `aria-label`, `aria-labelledby` or `title ` attribute
106
106
```
107
107
108
108
### a11y_distracting_elements
You can’t perform that action at this time.
0 commit comments