semantics

This commit is contained in:
2026-03-27 21:27:31 +03:00
parent 7c85552132
commit 2ed66bfebc
182 changed files with 21186 additions and 10254 deletions

View File

@@ -41,8 +41,8 @@ Each Svelte file must follow this structure:
*/
import { ... } from "...";
// Exports (Props)
export let prop_name = "...";
// Props
const { prop_name = "..." } = $props();
// Logic
</script>
@@ -72,4 +72,4 @@ Each Svelte file must follow this structure:
* Ensure proper ARIA roles and keyboard navigation for interactive elements.
* Use semantic HTML tags (`<nav>`, `<header>`, `<main>`, `<footer>`).
# [/DEF:Std:UI_Svelte]
# [/DEF:Std:UI_Svelte:Standard]