Skip to content

Commit 5a2f127

Browse files
Sync svelte docs (#1562)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent b027dcd commit 5a2f127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)