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
8181### a11y_consider_explicit_label
8282
8383```
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
8585```
8686
8787### 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
102102### a11y_consider_explicit_label
103103
104104```
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
106106```
107107
108108### a11y_distracting_elements
You can’t perform that action at this time.
0 commit comments