No description
Find a file
Hoid 9fe59d4867
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled
feat: add WCAG 2.1 AA accessibility landmarks and skip-to-content link
- Wrap nav in <header> landmark on all pages
- Wrap content in <main id='main-content'> on all pages
- Add skip-to-content link (visually hidden, visible on focus)
- Add skip-link CSS styles
- Add 65 accessibility tests covering all 16 full-layout pages
- All 288 tests passing
2026-03-03 15:04:55 +01:00
.forgejo/workflows fix: promote workflow retags staging image instead of rebuilding 2026-02-20 11:34:58 +00:00
public feat: add WCAG 2.1 AA accessibility landmarks and skip-to-content link 2026-03-03 15:04:55 +01:00
sdk fix(sdk): BUG-015 validate URL in capture() when using ScreenshotOptions 2026-02-27 11:01:11 +00:00
src feat: add WCAG 2.1 AA accessibility landmarks and skip-to-content link 2026-03-03 15:04:55 +01:00
.gitignore feat: initial codebase v0.4.1 2026-02-19 17:05:16 +00:00
Dockerfile fix: skip puppeteer browser download in Docker build 2026-02-20 11:21:02 +00:00
package-lock.json feat: add 3 SEO use case pages with clean URLs, sitemap, and index section 2026-03-02 09:07:57 +01:00
package.json fix: read version from package.json, bump to 0.6.0, remove signup/free from OpenAPI spec 2026-02-26 11:06:08 +00:00
tsconfig.json fix: exclude test files from tsc build 2026-02-25 08:09:58 +00:00
vitest.config.ts Add comprehensive test framework with vitest and TDD tests 2026-02-24 16:23:06 +00:00