From 4643bf281f90f344d912d42475152dfddf78e3cc Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:47:23 +0000 Subject: [PATCH] sync svelte docs --- .../docs/svelte/98-reference/.generated/compile-warnings.md | 2 +- .../content/docs/svelte/98-reference/30-compiler-warnings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-warnings.md b/apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-warnings.md index 17841b863c..7dfbe75888 100644 --- a/apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-warnings.md +++ b/apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-warnings.md @@ -81,7 +81,7 @@ Coding for the keyboard is important for users with physical disabilities who ca ### a11y_consider_explicit_label ``` -Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute +Buttons and links should either contain text or have an `aria-label`, `aria-labelledby` or `title` attribute ``` ### a11y_distracting_elements diff --git a/apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-warnings.md b/apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-warnings.md index 3a3a5374e8..56a9ec03ad 100644 --- a/apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-warnings.md +++ b/apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-warnings.md @@ -102,7 +102,7 @@ Coding for the keyboard is important for users with physical disabilities who ca ### a11y_consider_explicit_label ``` -Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute +Buttons and links should either contain text or have an `aria-label`, `aria-labelledby` or `title` attribute ``` ### a11y_distracting_elements