Compiler warnings • Svelte documentation| svelte.dev
SEO • Svelte documentation| svelte.dev
Hooks • Svelte documentation| svelte.dev
Glossary • Svelte documentation| svelte.dev
$app/navigation • Svelte documentation| svelte.dev
Accessibility • Svelte documentation| svelte.dev
Form actions • Svelte documentation| svelte.dev
Using JavaScript, it is possible to dynamically change parts of a page without requiring the entire page to reload — for instance, to update a list of search results on the fly, or to display a discreet alert or notification which does not require user interaction. While these changes are usually visually apparent to users who can see the page, they may not be obvious to users of assistive technologies. ARIA live regions fill this gap and provide a way to programmatically expose dynamic con...| MDN Web Docs