Commit 096beaa
fix(a11y): add id=main-content to marketing layout main (#94)
The global skip-link in src/routes/+layout.svelte targets #main-content,
but the marketing layout <main> had no id, so the skip-link did nothing
on marketing routes. The (admin) and (portal) layouts already set this id;
this aligns the marketing layout, satisfying WCAG 2.4.1 (bypass-blocks).
Closes #76
Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent ec232da commit 096beaa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments